4 lines
77 B
CMake
4 lines
77 B
CMake
|
target_include_directories(app PRIVATE
|
||
|
$ENV{ZEPHYR_BASE}/tests/include
|
||
|
)
|