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

This commit is contained in:
2017-11-21 10:37:25 +00:00
parent 157e9a2fac
commit a45b9f0a89

View File

@@ -36,7 +36,7 @@ if (DEBUG)
endif ()
set(PIP_LIBRARY pip)
set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io" "console" "math" "code" "geo")
set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io" "console" "math" "code" "geo" "resources")
set(PIP_INCLUDES)
if (LIB)
@@ -60,8 +60,10 @@ endforeach(F)
#message(${PIP_INCLUDES})
if(DEFINED ANDROID_PLATFORM)
set(PIP_CMG "pip_cmg")
set(PIP_RC "pip_rc")
else()
set(PIP_CMG "${CMAKE_CURRENT_BINARY_DIR}/pip/utils/code_model_generator/pip_cmg")
set(PIP_RC "${CMAKE_CURRENT_BINARY_DIR}/pip/utils/resources_compiler/pip_rc")
endif()
if(WIN32)
set(PIP_DLL_DIR "${CMAKE_CURRENT_BINARY_DIR}/pip")