git-svn-id: svn://db.shs.com.ru/pip@52 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-03-31 10:17:53 +00:00
parent b1519ea4af
commit 476fd02cd1
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
add_executable(pift "main.cpp")
target_link_libraries(pift pip)
if (DEFINED LIB)
install(TARGETS pift DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
endif ()