git-svn-id: svn://db.shs.com.ru/pip@579 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-12-08 14:29:50 +00:00
parent 603e19ae18
commit 99f3a53eac
593 changed files with 5078 additions and 3276 deletions

View File

@@ -49,6 +49,11 @@ set(LIBS_STATUS)
endif()
#endif()
if ("x${PIP_RC}" STREQUAL "x")
set(PIP_CMG "${CMAKE_CURRENT_BINARY_DIR}/utils/code_model_generator/pip_cmg")
set(PIP_RC "${CMAKE_CURRENT_BINARY_DIR}/utils/resources_compiler/pip_rc")
endif()
# Version
file(READ "${PIP_SRC_MAIN}/piversion.h" VERSION_OFFSET LIMIT 4 OFFSET 3)