git-svn-id: svn://db.shs.com.ru/pip@992 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
message(STATUS "Building pip_rc")
|
||||
file(GLOB CPPS "*.cpp")
|
||||
file(GLOB HDRS "*.h")
|
||||
add_executable(pip_rc ${CPPS} ${HDRS})
|
||||
import_version(pip_rc pip)
|
||||
set_deploy_property(pip_rc
|
||||
LABEL "PIP resources compiler"
|
||||
FULLNAME "${_PIP_DOMAIN}.pip_rc"
|
||||
COMPANY "${_PIP_COMPANY}"
|
||||
INFO "Platform-Independent Primitives")
|
||||
make_rc(pip_rc _RC)
|
||||
file(GLOB SRC "*.cpp" "*.h")
|
||||
add_executable(pip_rc ${SRC} ${_RC})
|
||||
set (PIRC_LIBS pip)
|
||||
target_link_libraries(pip_rc ${PIRC_LIBS})
|
||||
# apple_rpath_patch(pip_rc)
|
||||
|
||||
Reference in New Issue
Block a user