Skip to content

Commit 6f1ed2a

Browse files
committed
Get Overlay code to compile.
1 parent 764a777 commit 6f1ed2a

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)