Transition from old to modern CMake
unnecessary commands removed which oprated a directory level. like include_directories() link_directories() Now operating on the target directory using target_include_directories() target_link_libraries() commands. generating library target using generate_cbm_library() macro provided by us.
parent
e3a449aa
No related branches found
No related tags found
Showing
- core/base/CMakeLists.txt 49 additions, 67 deletionscore/base/CMakeLists.txt
- core/data/CMakeLists.txt 25 additions, 25 deletionscore/data/CMakeLists.txt
- core/data/DataLinkDef.h 0 additions, 206 deletionscore/data/DataLinkDef.h
- core/detectors/much/CMakeLists.txt 51 additions, 60 deletionscore/detectors/much/CMakeLists.txt
- core/detectors/psd/CMakeLists.txt 13 additions, 22 deletionscore/detectors/psd/CMakeLists.txt
- core/detectors/rich/CMakeLists.txt 30 additions, 37 deletionscore/detectors/rich/CMakeLists.txt
- core/detectors/sts/CMakeLists.txt 50 additions, 96 deletionscore/detectors/sts/CMakeLists.txt
- core/detectors/tof/CMakeLists.txt 26 additions, 30 deletionscore/detectors/tof/CMakeLists.txt
- core/detectors/trd/CMakeLists.txt 62 additions, 67 deletionscore/detectors/trd/CMakeLists.txt
- core/eventdisplay/CMakeLists.txt 34 additions, 46 deletionscore/eventdisplay/CMakeLists.txt
- core/field/CMakeLists.txt 17 additions, 22 deletionscore/field/CMakeLists.txt
- core/qa/CMakeLists.txt 24 additions, 37 deletionscore/qa/CMakeLists.txt
Loading
Please register or sign in to comment