Changeset b25d4cf in git for external/fastjet
- Timestamp:
- Nov 7, 2014, 1:27:16 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- d3f950f
- Parents:
- 273e668
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/CMakeLists.txt
r273e668 rb25d4cf 1 1 include_directories(${CMAKE_SOURCE_DIR}/external) 2 2 3 file(GLOB sources *.cc plugins/*/*.cc contribs/ Nsubjettiness/*.cc tools/*cc)3 file(GLOB sources *.cc plugins/*/*.cc contribs/*/*.cc tools/*.cc) 4 4 5 5 add_library(fastjet OBJECT ${sources})
Note:
See TracChangeset
for help on using the changeset viewer.