git-svn-id: svn://db.shs.com.ru/pip@916 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
8
utils/cloud_dispatcher/CMakeLists.txt
Normal file
8
utils/cloud_dispatcher/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
message(STATUS "Building picloud")
|
||||
add_executable(picloud "main.cpp")
|
||||
target_link_libraries(picloud pip pip_cloud)
|
||||
if (DEFINED LIB)
|
||||
install(TARGETS picloud DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
else()
|
||||
install(TARGETS picloud DESTINATION bin)
|
||||
endif()
|
||||
Reference in New Issue
Block a user