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")