Skip to content
Snippets Groups Projects
Commit 31e2ea4d authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Add missing casacore include directories for stationresponse

parent bf3d473c
Branches
Tags
1 merge request!2Fix compilation
......@@ -51,6 +51,8 @@ add_library(stationresponse SHARED
set_target_properties(stationresponse PROPERTIES VERSION 3)
target_include_directories(stationresponse PUBLIC ${CASACORE_INCLUDE_DIR})
target_link_libraries(stationresponse PUBLIC ${CASACORE_LIBRARIES})
target_link_libraries(stationresponse PUBLIC hamaker lobes oskar)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment