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

@@ -3,4 +3,6 @@ add_executable(pip_cmg "main.cpp")
target_link_libraries(pip_cmg pip)
if (DEFINED LIB)
install(TARGETS pip_cmg DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
endif ()
else()
install(TARGETS pip_cmg DESTINATION bin)
endif()