git-svn-id: svn://db.shs.com.ru/libs@612 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-10-11 09:55:13 +00:00
parent 67cecc7a8d
commit 7aa7ead1d5
6 changed files with 326 additions and 19 deletions

View File

@@ -13,6 +13,7 @@ if (POLICY CMP0053)
endif()
project(libs)
include(SDKMacros.cmake)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
set(LIBPROJECT 1)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}/pip/")
include_directories(${CMAKE_CURRENT_BINARY_DIR}/pip)
@@ -53,7 +54,7 @@ endif ()
include(SDKMacros.cmake)
set(PIP_LIBRARY pip)
set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io_devices" "io_utils" "console" "math" "code" "geo" "resources" "opencl" "crypt" "introspection")
set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io_devices" "io_utils" "console" "math" "code" "geo" "resources" "opencl" "crypt" "introspection" "concurrent")
set(PIP_INCLUDES)
if(LIB)