Skip to content
Commits on Source (2)
......@@ -15,6 +15,7 @@ Build-Depends: debhelper-compat (= 12),
ocl-icd-opencl-dev,
libopenslide-dev,
libopenigtlink-dev,
libdcmtk-dev,
git
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/fast
......
......@@ -5,9 +5,9 @@ Author: Shayan Doust <hello@shayandoust.me>
Index: fast/CMakeLists.txt
===================================================================
--- fast.orig/CMakeLists.txt 2019-08-08 19:28:18.008989077 +0100
+++ fast/CMakeLists.txt 2019-08-08 19:28:40.589176448 +0100
@@ -170,6 +170,13 @@
--- fast.orig/CMakeLists.txt 2019-08-09 04:17:42.918244664 +0100
+++ fast/CMakeLists.txt 2019-08-09 04:17:57.242362402 +0100
@@ -170,6 +170,17 @@
qt5_use_modules(FAST Widgets OpenGL) # Add Qt 5 modules
endif()
......@@ -17,6 +17,10 @@ Index: fast/CMakeLists.txt
+target_link_libraries(FAST PUBLIC openslide)
+target_link_libraries(FAST PUBLIC z)
+target_link_libraries(FAST PUBLIC OpenIGTLink)
+target_link_libraries(FAST PUBLIC ofstd)
+target_link_libraries(FAST PUBLIC oflog)
+target_link_libraries(FAST PUBLIC dcmdata)
+target_link_libraries(FAST PUBLIC dcmimgle)
+
## Build test executable
if(FAST_BUILD_TESTS)
......