Add an install target
[condor-woldlab.git] / CMakeLists.txt
index 54f2c7b1418e892c9ff72904f987b844bc22eeea..f118c6c3b11f677b75de434293e8bd2aff5c6f40 100644 (file)
@@ -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)