From a45b9f0a892ef4ea68caa7d306112b2264ab356e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Tue, 21 Nov 2017 10:37:25 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@321 a8b55f48-bf90-11e4-a774-851b48703e85 --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7b74dd..6e5b982 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")