Fork me on GitHub

source: git/external/fastjet/CMakeLists.txt@ 0a9be59

ImprovedOutputFile Timing llp
Last change on this file since 0a9be59 was a37e592, checked in by Joschka Lingemann <joschka.lingemann@…>, 8 years ago

Increase include directory precedence of shipped fastjet headers.

This is needed to build in an environment where fastjet is already installed and in the include directories.

  • Property mode set to 100644
File size: 164 bytes
Line 
1include_directories(BEFORE ${CMAKE_SOURCE_DIR}/external)
2
3file(GLOB sources *.cc plugins/*/*.cc contribs/*/*.cc tools/*.cc)
4
5add_library(fastjet OBJECT ${sources})
Note: See TracBrowser for help on using the repository browser.