Skip to content
Snippets Groups Projects

Feature 2954

Merged alexey.stratulat requested to merge feature-2954 into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -362,6 +362,16 @@ if(UNIX)
dap_core
)
if (SUPPORT_PYTHON_PLUGINS)
add_subdirectory(libdap-chain-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_chain_plugins_python)
include_directories(${PYTHON_INCLUDE_DIR} include/)
endif()
if(ANDROID )
set(ALL_LIBRARIES ${NODE_LIBRARIES} ${NODE_CLI_LIBRARIES} ${NODE_TOOL_LIBRARIES} log)
Loading