mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 17:32:09 +08:00
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:

committed by
Xiang Xiao

parent
27588be53e
commit
ba43911a77
@@ -35,6 +35,6 @@ if(CONFIG_EXAMPLES_LIBTEST)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
nuttx_add_library(libtest STATIC)
|
nuttx_add_library(libtest STATIC)
|
||||||
target_sources(libtest libtest.c)
|
target_sources(libtest PRIVATE libtest.c)
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user