Use command line parsing so we can specify different hostnames
[condor-woldlab.git] / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2 project(condor-woldlab)
3 add_executable(castor_load src/castor_load.c)
4
5 install(TARGETS castor_load DESTINATION bin)
6 set (CPACK_PACKAGE_VERSION_MAJOR "0")
7 set (CPACK_PACKAGE_VERSION_MINOR "0")
8 include(CPack)