Fork me on GitHub

source: git/external/HepMC3/CMakeLists.txt@ 06630ef

Last change on this file since 06630ef was 302624f, checked in by Pavel Demin <pavel.demin@…>, 3 years ago

add HepMC3 to cmake files

  • Property mode set to 100644
File size: 141 bytes
Line 
1include_directories(
2 ${CMAKE_SOURCE_DIR}/external
3 ${ROOT_INCLUDE_DIRS}
4)
5
6file(GLOB sources *.cc)
7
8add_library(HepMC3 OBJECT ${sources})
Note: See TracBrowser for help on using the repository browser.