From a270725cf1f576c7ccb12c40747876be16149d59 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Wed, 4 Apr 2012 15:03:18 -0700 Subject: [PATCH] Add an install target --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2