From: Diane Trout Date: Wed, 4 Apr 2012 22:03:18 +0000 (-0700) Subject: Add an install target X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=condor-woldlab.git;a=commitdiff_plain;h=a270725cf1f576c7ccb12c40747876be16149d59 Add an install target --- 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)