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

This commit is contained in:
2020-03-06 19:13:17 +00:00
parent b44bbaa583
commit 2611b354ab
2 changed files with 18 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
message(STATUS "Building picloud")
add_executable(picloud "main.cpp")
file(GLOB CPPS "*.cpp")
file(GLOB HDRS "*.h")
add_executable(picloud ${CPPS} ${HDRS})
target_link_libraries(picloud pip pip_cloud)
if (DEFINED LIB)
install(TARGETS picloud DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)