X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=condor-woldlab.git;a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=f118c6c3b11f677b75de434293e8bd2aff5c6f40;hp=54f2c7b1418e892c9ff72904f987b844bc22eeea;hb=a270725cf1f576c7ccb12c40747876be16149d59;hpb=a02accf04c1d77664776805d22557c116a58f9c6 diff --git a/CMakeLists.txt b/CMakeLists.txt index 54f2c7b..f118c6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,3 +2,4 @@ cmake_minimum_required(VERSION 2.6) project(condor-woldlab) add_executable(castor_load src/castor_load.c) +install(TARGETS castor_load bin)