Skip to content
Snippets Groups Projects
Commit cc2ad805 authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

Another attempt to fix the broken pipeline

parent 3d959f07
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ file( GLOB UIS src/*.ui )
add_library( GXHitDisplaySystems SHARED ${SOURCES} ${HEADERS} ${UIS} )
target_link_libraries( GXHitDisplaySystems
PUBLIC Coin::Coin GXBase
PRIVATE Qt5::Core Qt5::Widgets HDF5::HDF5 )
PRIVATE Qt5::Core Qt5::Widgets ${HDF5_LIBRARIES} )
target_include_directories( GXHitDisplaySystems PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:include> )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment