git-svn-id: svn://db.shs.com.ru/pip@919 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user