Skip to content
Snippets Groups Projects
Commit 8aed0284 authored by bcouturi's avatar bcouturi Committed by Marko Petric
Browse files

Added binary to the list of optional executables


Co-authored-by: default avatarAndre Sailer <andre.philippe.sailer@cern.ch>
parent 8cc27957
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ endif()
if(TARGET ROOT::ROOTEve)
add_executable(geoWebDisplay src/webdisplay.cpp)
target_link_libraries(geoWebDisplay DD4hep::DDCore)
LIST(APPEND OPTIONAL_EXECUTABLES geoWebDisplay)
endif()
# #-----------------------------------------------------------------------------------
......@@ -96,4 +97,4 @@ INSTALL(TARGETS geoDisplay
${OPTIONAL_EXECUTABLES}
EXPORT DD4hep
RUNTIME DESTINATION bin
)
\ No newline at end of file
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment