git-svn-id: svn://db.shs.com.ru/pip@52 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
6 lines
158 B
CMake
6 lines
158 B
CMake
add_executable(pift "main.cpp")
|
|
target_link_libraries(pift pip)
|
|
if (DEFINED LIB)
|
|
install(TARGETS pift DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
|
endif ()
|