Handle scripts in CMake
The following discussion from !148 (merged) should be addressed:
-
@lmoureau started a discussion: (+1 comment) About scripts:
-
CommonTools/scripts/template: I guess this should be ported. Swapping theBuildFile.xmlfor aCMakeLists.txtshouldn't be too hard. Adding theadd_subdirectory()to the top-levelCMakeLists.txtmight be a bit more annoying. -
Normalisation/scripts/{getLumiFromJSON,getPUfromJSON}: Install without changes? They'll only work withbrilcalcin path but that's fine? -
PUprofile/scripts/{getDataDiffPUprofile,getDataPUprofile}: Same? They requirepileupCalc.py
-
template has been ported in !148 (merged)