git-svn-id: svn://db.shs.com.ru/pip@784 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -15,6 +15,10 @@ option(INTROSPECTION_THREADS "Build with threads introspection" OFF)
|
|||||||
option(LIB "System install" ON)
|
option(LIB "System install" ON)
|
||||||
option(STATIC_LIB OFF)
|
option(STATIC_LIB OFF)
|
||||||
option(DEBUG "Build with -g3" OFF)
|
option(DEBUG "Build with -g3" OFF)
|
||||||
|
set(PIP_UTILS 1)
|
||||||
|
if(LIBPROJECT)
|
||||||
|
set(PIP_UTILS ${UTILS})
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|
||||||
# Basic
|
# Basic
|
||||||
@@ -455,8 +459,10 @@ if (NOT PIP_FREERTOS)
|
|||||||
|
|
||||||
|
|
||||||
# Test program
|
# Test program
|
||||||
|
if(PIP_UTILS)
|
||||||
add_executable(pip_test "main.cpp")
|
add_executable(pip_test "main.cpp")
|
||||||
target_link_libraries(pip_test pip)
|
target_link_libraries(pip_test pip)
|
||||||
|
endif()
|
||||||
|
|
||||||
else(NOT PIP_FREERTOS)
|
else(NOT PIP_FREERTOS)
|
||||||
message(STATUS "Building PIP with crypt support")
|
message(STATUS "Building PIP with crypt support")
|
||||||
@@ -531,6 +537,7 @@ if(NOT PIP_FREERTOS)
|
|||||||
|
|
||||||
|
|
||||||
# Utils
|
# Utils
|
||||||
|
if(PIP_UTILS)
|
||||||
add_subdirectory("utils/system_test")
|
add_subdirectory("utils/system_test")
|
||||||
add_subdirectory("utils/remote_console")
|
add_subdirectory("utils/remote_console")
|
||||||
add_subdirectory("utils/code_model_generator")
|
add_subdirectory("utils/code_model_generator")
|
||||||
@@ -540,6 +547,7 @@ if(NOT PIP_FREERTOS)
|
|||||||
add_subdirectory("utils/system_daemon")
|
add_subdirectory("utils/system_daemon")
|
||||||
add_subdirectory("utils/crypt_tool")
|
add_subdirectory("utils/crypt_tool")
|
||||||
endif()
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user