Skip to content
Snippets Groups Projects
Commit 63c3e58b authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

...

parent c639953f
No related branches found
No related tags found
No related merge requests found
......@@ -215,6 +215,12 @@ if(UNIX)
)
if (SUPPORT_PYTHON_PLUGINS)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DDAP_SUPPORT_PYTHON_PLUGINS")
message("Build with support python plugins")
set(Python_ADDITIONAL_VERSION 3.7 3.6 3.5 3.4)
find_package(PythonLibs REQUIRED)
include_directories(${PYTHON_INCLUDE_DIR} include/)
add_subdirectory(cellframe-sdk-python/libdap-python)
add_subdirectory(cellframe-sdk-python/libdap-server-core-python)
add_subdirectory(cellframe-sdk-python/libdap-crypto-python)
......@@ -226,12 +232,7 @@ if(UNIX)
add_subdirectory(cellframe-sdk-python/libdap-client-python)
add_subdirectory(python-cellframe)
add_subdirectory(libdap-plugins-python)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DDAP_SUPPORT_PYTHON_PLUGINS")
message("Build with support python plugins")
set(Python_ADDITIONAL_VERSION 3.7 3.6 3.5 3.4)
find_package(PythonLibs REQUIRED)
set(NODE_LIBRARIES ${NODE_LIBRARIES} ${PYTHON_LIBRARIES} dap_plugins_python)
include_directories(${PYTHON_INCLUDE_DIR} include/)
endif()
if(ANDROID )
......
Subproject commit e6d2c3c3d2dc9daac606c56719d43e6c0a8e58ab
Subproject commit dca37968625fe5ff17b29a7f2a0d3f2cf1128378
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