5 lines
127 B
CMake
5 lines
127 B
CMake
|
zephyr_include_directories(.)
|
||
|
zephyr_sources(ctf_top.c)
|
||
|
|
||
|
add_subdirectory_ifdef(CONFIG_TRACING_CTF_BOTTOM_POSIX bottoms/posix)
|