libtest: add PRIVATE to CMakeLists.txt
It looks like this word is needed for this build to work with cmake
This commit is contained in:
parent
27588be53e
commit
ba43911a77
@ -35,6 +35,6 @@ if(CONFIG_EXAMPLES_LIBTEST)
|
||||
endif()
|
||||
|
||||
nuttx_add_library(libtest STATIC)
|
||||
target_sources(libtest libtest.c)
|
||||
target_sources(libtest PRIVATE libtest.c)
|
||||
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user