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

This commit is contained in:
2020-03-04 20:59:11 +00:00
parent f728d4238b
commit e3adff1f78
6 changed files with 18 additions and 7 deletions

View File

@@ -5,4 +5,6 @@ add_executable(pisd ${CPPS} ${HDRS})
target_link_libraries(pisd pip pip_crypt)
if (DEFINED LIB)
install(TARGETS pisd DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
endif ()
else()
install(TARGETS pisd DESTINATION bin)
endif()