git-svn-id: svn://db.shs.com.ru/pip@976 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
10
utils/deploy_tool/CMakeLists.txt
Normal file
10
utils/deploy_tool/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
message(STATUS "Building deploy_tool")
|
||||
file(GLOB CPPS "*.cpp")
|
||||
file(GLOB HDRS "*.h")
|
||||
add_executable(deploy_tool ${CPPS} ${HDRS})
|
||||
target_link_libraries(deploy_tool pip)
|
||||
if (DEFINED LIB)
|
||||
install(TARGETS deploy_tool DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
else()
|
||||
install(TARGETS deploy_tool DESTINATION bin)
|
||||
endif()
|
||||
Reference in New Issue
Block a user