X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=38e2e4f61fb0e5eb7e9c2374d97e77ecb97482a1;hb=8bc4b0fc70949f3fc7cc939d3763b9ceec39cc83;hp=54f2c7b1418e892c9ff72904f987b844bc22eeea;hpb=d78e251e770718045d4007b77b654ecebabfa81e;p=condor-woldlab.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 54f2c7b..38e2e4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,3 +2,7 @@ cmake_minimum_required(VERSION 2.6) project(condor-woldlab) add_executable(castor_load src/castor_load.c) +install(TARGETS castor_load DESTINATION bin) +set (CPACK_PACKAGE_VERSION_MAJOR "0") +set (CPACK_PACKAGE_VERSION_MINOR "0") +include(CPack) \ No newline at end of file