Skip to content
Snippets Groups Projects
Verified Commit 6b13d267 authored by Tobias Triffterer's avatar Tobias Triffterer :house_with_garden:
Browse files

Add ROOT::RooFit Dependency

As we now start using RooFit, we need to link against its library...
parent 1742cd92
No related branches found
No related tags found
No related merge requests found
Pipeline #3049 passed with stage
in 50 seconds
......@@ -93,7 +93,7 @@ target_include_directories(fp311online PUBLIC ${CMAKE_CURRENT_BINARY_DIR} src/)
add_dependencies(fp311online libfp311online_versioning)
target_link_libraries(fp311online PUBLIC Qt5::Core Qt5::Gui Qt5::Widgets ROOT::Hist ROOT::HistPainter ROOT::Minuit2 -lpthread)
target_link_libraries(fp311online PUBLIC Qt5::Core Qt5::Gui Qt5::Widgets ROOT::Hist ROOT::HistPainter ROOT::Minuit2 ROOT::RooFit -lpthread)
set_property(TARGET fp311online PROPERTY POSITION_INDEPENDENT_CODE ON)
set_property(TARGET fp311online PROPERTY CXX_VISIBILITY_PRESET hidden)
......
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