source:
git/external/HepMC3/CMakeLists.txt@
302624f
Last change on this file since 302624f was 302624f, checked in by , 3 years ago | |
---|---|
|
|
File size: 141 bytes |
Rev | Line | |
---|---|---|
[302624f] | 1 | include_directories( |
2 | ${CMAKE_SOURCE_DIR}/external | |
3 | ${ROOT_INCLUDE_DIRS} | |
4 | ) | |
5 | ||
6 | file(GLOB sources *.cc) | |
7 | ||
8 | add_library(HepMC3 OBJECT ${sources}) |
Note:
See TracBrowser
for help on using the repository browser.