Skip to content
Snippets Groups Projects
Commit 97de1737 authored by Evgeniy's avatar Evgeniy
Browse files

[-] some "add_directory", that breakes cmake

parent f4fd1340
No related branches found
No related tags found
10 merge requests!439feature 4930,!437feature 4930,!435Feature 4930,!434Feature 5344,!433Feature 5344,!432Feature 5220,!431Feature 5220,!430Feature 5220,!428bugs-5311,!412feature-2912
......@@ -7,16 +7,18 @@ set(SUBMODULES_NO_BUILD ON)
include (cellframe-sdk/cmake/OS_Detection.cmake)
set(DAPSDK_MODULES "core crypto network-core network-client network-server")
if( DARWIN)
add_subdirectory(cellframe-sdk/3rdparty/json-c-darwin)
add_subdirectory(cellframe-sdk/3rdparty/libmagic-darwin)
include_directories(cellframe-sdk/3rdparty/json-c-darwin)
endif()
if (ANDROID)
add_subdirectory(cellframe-sdk/3rdparty/libmagic)
add_subdirectory(cellframe-sdk/3rdparty/json-c)
include_directories(cellframe-sdk/cellframe-sdk/3rdparty/)
endif()
# There is no need, as it was added in cellframe-sdk/CMakeLists.txt
#if( DARWIN)
# add_subdirectory(cellframe-sdk/3rdparty/json-c-darwin)
# add_subdirectory(cellframe-sdk/3rdparty/libmagic-darwin)
# include_directories(cellframe-sdk/3rdparty/json-c-darwin)
#endif()
#if (ANDROID)
# add_subdirectory(cellframe-sdk/3rdparty/libmagic)
# add_subdirectory(cellframe-sdk/3rdparty/json-c)
# include_directories(cellframe-sdk/cellframe-sdk/3rdparty/)
#endif()
#add_subdirectory(cellframe-sdk/dap-sdk)
#enable_testing()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment