git-svn-id: svn://db.shs.com.ru/pip@400 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
message(STATUS "Building pip_cmg")
|
||||
add_executable(pip_cmg "main.cpp")
|
||||
target_link_libraries(pip_cmg pip)
|
||||
if (DEFINED LIB)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
message(STATUS "Building picrypt")
|
||||
add_executable(picrypt "main.cpp")
|
||||
target_link_libraries(picrypt pip)
|
||||
target_link_libraries(picrypt pip pip_crypt)
|
||||
if (DEFINED LIB)
|
||||
install(TARGETS picrypt DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
endif ()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
message(STATUS "Building pip_remote_console")
|
||||
add_executable(pip_remote_console "main.cpp")
|
||||
target_link_libraries(pip_remote_console pip)
|
||||
if (DEFINED LIB)
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
message(STATUS "Building pisd")
|
||||
file(GLOB CPPS "*.cpp")
|
||||
file(GLOB HDRS "*.h")
|
||||
add_executable(pisd ${CPPS} ${HDRS})
|
||||
target_link_libraries(pisd pip)
|
||||
target_link_libraries(pisd pip pip_crypt)
|
||||
if (DEFINED LIB)
|
||||
install(TARGETS pisd DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
endif ()
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
message(STATUS "Building pip_system_test")
|
||||
add_executable(pip_system_test "main.cpp")
|
||||
target_link_libraries(pip_system_test pip)
|
||||
if (DEFINED LIB)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
message(STATUS "Building pift")
|
||||
add_executable(pift "main.cpp")
|
||||
target_link_libraries(pift pip)
|
||||
if (DEFINED LIB)
|
||||
|
||||
Reference in New Issue
Block a user