Skip to content

Commit

Permalink
remember and change the cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazier committed Oct 14, 2022
1 parent aecf348 commit ed45e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ foreach( exefile ${EXE_FILES} )
add_executable( ${exename} ${exefile} )
target_link_libraries( ${exename} elSpectro)
target_link_libraries( ${exename} jpacPhoto)
# target_link_libraries( ${exename} ${ROOT_LIBRARIES} -lRooFit -lMathMore -lEG -lGenVector)
target_link_libraries( ${exename} ROOT::Core ROOT::Rint ROOT::RIO ROOT::RooFit ROOT::MathMore ROOT::EG ROOT::GenVector )
target_link_libraries( ${exename} ${ROOT_LIBRARIES} -lRooFit -lMathMore -lEG -lGenVector)
#target_link_libraries( ${exename} ROOT::Core ROOT::Rint ROOT::RIO ROOT::RooFit ROOT::MathMore ROOT::EG ROOT::GenVector )
endforeach( exefile ${EXE_FILES} )

0 comments on commit ed45e41

Please sign in to comment.