Changeset 49234af in git for external/fastjet/CMakeLists.txt
- Timestamp:
- Dec 9, 2014, 1:27:13 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 37deb3b, 9e991f8
- Parents:
- f6b6ee7 (diff), e7e90df (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/CMakeLists.txt
rf6b6ee7 r49234af 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.