mirror of
https://github.com/eclipse-threadx/levelx.git
synced 2026-09-14 04:06:00 +08:00
Release 6.2.0
This commit is contained in:
@@ -6,6 +6,7 @@ project(levelx
|
||||
)
|
||||
|
||||
option(LX_STANDALONE_ENABLE "Enable LevelX in standalone mode" OFF)
|
||||
option(LX_ENABLE_FILE_SERVERS "Includes a dependency on FileX" ON)
|
||||
|
||||
if(NOT DEFINED THREADX_ARCH)
|
||||
message(FATAL_ERROR "Error: THREADX_ARCH not defined")
|
||||
@@ -25,6 +26,11 @@ if(NOT LX_STANDALONE_ENABLE)
|
||||
"azrtos::threadx")
|
||||
endif()
|
||||
|
||||
if(LX_ENABLE_FILE_SERVERS)
|
||||
message(STATUS "LX_ENABLE_FILE_SERVERS - defined")
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC "azrtos::filex")
|
||||
endif()
|
||||
|
||||
# A place for generated/copied include files (no need to change)
|
||||
set(CUSTOM_INC_DIR ${CMAKE_CURRENT_BINARY_DIR}/custom_inc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user