Changeset c327ce5 in nscp for files/CMakeLists.txt


Ignore:
Timestamp:
07/17/12 15:37:04 (11 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.1, 0.4.2
Children:
d6194a0
Parents:
53be5c8
Message:
  • Performance enhancements to build time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • files/CMakeLists.txt

    ra48fd4c rc327ce5  
    11cmake_minimum_required(VERSION 2.6) 
    22 
     3SET(ALL_FILES) 
    34copy_single_file(copy_files license.txt .) 
    45copy_single_file(copy_files nrpe_dh_512.pem security) 
    56copy_single_file(copy_files old-settings.map .) 
    67copy_single_file(copy_files counters.defs .) 
     8copy_single_file(copy_files nsclient.dist .) 
    79copy_single_file(copy_files ../changelog .) 
    810 
    9 ADD_CUSTOM_TARGET(copy_files ALL) 
     11ADD_CUSTOM_TARGET(copy_files DEPENDS ${ALL_FILES}) 
    1012SET_TARGET_PROPERTIES(copy_files PROPERTIES FOLDER "files") 
Note: See TracChangeset for help on using the changeset viewer.