Skip to content

Commit 334ef9c

Browse files
authored
Merge pull request #819 from SBNSoftware/feature/gputnam-overlay-elifetimev10
Get Overlay code to compile
2 parents b038e6d + 6f1ed2a commit 334ef9c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

icaruscode/Overlays/CMakeLists.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
find_package(gallery REQUIRED)
22

3-
#find_package(larwirecell REQUIRED )
4-
#find_package(jsoncpp REQUIRED)
5-
#find_package(spdlog REQUIRED)
3+
find_package(larwirecell REQUIRED )
4+
find_package(jsoncpp REQUIRED)
5+
find_package(spdlog REQUIRED)
66

77
include_directories( $ENV{JSONCPP_INC} )
88
link_directories( $ENV{JSONCPP_LIB} )
@@ -44,6 +44,7 @@ art_make_library(
4444
WireCellPgraph
4545
WireCellRoot
4646
jsoncpp
47+
dl
4748
)
4849

4950

0 commit comments

Comments
 (0)