Changes in / [35b9204:d3f950f] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/CMakeLists.txt
r35b9204 rd3f950f 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.