Skip to content

Commit

Permalink
Deployment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
anderskaestner committed Oct 25, 2023
1 parent 035c38d commit 522f26f
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 257 deletions.
16 changes: 9 additions & 7 deletions core/modules/ReaderConfig/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,14 @@ if (WIN32)
)
endif()

if (APPLE)
target_link_libraries(${TARGET_NAME}
PUBLIC
kipl
ImagingAlgorithms
)
endif()
# if (APPLE)
# target_link_libraries(${TARGET_NAME}
# PUBLIC
# kipl
# ImagingAlgorithms
# ${NEXUS_LIBRARIES}
# )
# endif()

if (UNIX)

Expand All @@ -99,6 +100,7 @@ target_link_libraries(${TARGET_NAME}
kipl
ImagingAlgorithms
LibXml2::LibXml2
${NEXUS_LIBRARIES}
)
endif()

Expand Down
1 change: 1 addition & 0 deletions core/modules/ReaderGUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ target_link_libraries(${TARGET_NAME}
kipl
ReaderConfig
QtAddons
${NEXUS_LIBRARIES}
)

target_compile_definitions(${TARGET_NAME} PRIVATE READERGUI_LIBRARY)
Expand Down
Loading

0 comments on commit 522f26f

Please sign in to comment.