mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 07:12:06 +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()
|
||||
|
||||
nuttx_add_library(libtest STATIC)
|
||||
target_sources(libtest libtest.c)
|
||||
target_sources(libtest PRIVATE libtest.c)
|
||||
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user