8 lines
147 B
CMake
8 lines
147 B
CMake
if(CONFIG_HAS_CH32V00X_HAL)
|
|
zephyr_include_directories(
|
|
ch32v00x
|
|
ch32v00x/Peripheral/inc
|
|
ch32v00x/Core
|
|
ch32v00x/User
|
|
)
|
|
endif()
|