We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05afbf commit d287ed7Copy full SHA for d287ed7
src/CMakeLists.txt
@@ -9,5 +9,5 @@ if(NOT OPENSLIDE_FOUND)
9
endif()
10
11
itk_module_add_library(IOOpenSlide ${IOOpenSlide_SRCS})
12
-target_link_libraries(IOOpenSlide LINK_PRIVATE ${OPENSLIDE_LIBRARIES})
+target_link_libraries(IOOpenSlide PUBLIC ${OPENSLIDE_LIBRARIES})
13
target_include_directories(IOOpenSlide SYSTEM PRIVATE ${OPENSLIDE_INCLUDE_DIRS})
0 commit comments