File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,11 @@ set( PUBLIC_EXT_LIBS )
16
16
hk_check_dependencies()
17
17
18
18
add_definitions (-DHYBRIDWCSIM)
19
-
19
+ # manually include WCSim libraries
20
+ list ( APPEND PUBLIC_EXT_LIBS
21
+ WCSim::WCSimRoot
22
+ WCSim::WCSimCore
23
+ )
20
24
21
25
include_directories (BEFORE
22
26
${PROJECT_SOURCE_DIR} /cpp/include
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ set (HEADERS
29
29
pbuilder_library(
30
30
TARGET WCRootData
31
31
SOURCES ${SRC}
32
- PROJECT_LIBRARIES MDT WCSim::WCSimCore
32
+ PROJECT_LIBRARIES MDT
33
33
PUBLIC_EXTERNAL_LIBRARIES ${PUBLIC_EXT_LIBS}
34
34
PRIVATE_EXTERNAL_LIBRARIES ${PRIVATE_EXT_LIBS}
35
35
)
Original file line number Diff line number Diff line change 1
1
2
-
3
- # Don't include Utilities
4
- #file(GLOB_RECURSE SRC RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.cpp")
5
- #file(GLOB_RECURSE HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.h")
6
-
7
- set (SRC
2
+ set (SRC
8
3
src/Configuration .cc
9
4
src/HitDigitizer.cc
10
5
src/HitTube.cc
You can’t perform that action at this time.
0 commit comments