Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
CAMP
campvis-public
Commits
f9428f6f
Commit
f9428f6f
authored
Feb 18, 2015
by
Christian Schulte zu Berge
Browse files
Added Win32 DLLs to openigtlink.cmake file so that they are copied to the target directory.
parent
05255ed4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/openigtlink/openigtlink.cmake
View file @
f9428f6f
...
...
@@ -38,6 +38,9 @@ IF(ModuleEnabled)
LIST
(
APPEND ThisModExternalLibs
${
OpenIGTLink_LIBRARIES
}
)
LIST
(
APPEND ThisModLinkDirectories
${
OpenIGTLink_LIBRARY_DIRS
}
)
LIST
(
APPEND ThisModExternalDllsDebug
"
${
OpenIGTLink_LIBRARY_DIRS
}
/Debug/igtlutil.dll"
"
${
OpenIGTLink_LIBRARY_DIRS
}
/Debug/OpenIGTLink.dll"
)
LIST
(
APPEND ThisModExternalDllsRelease
"
${
OpenIGTLink_LIBRARY_DIRS
}
/Release/igtlutil.dll"
"
${
OpenIGTLink_LIBRARY_DIRS
}
/Release/OpenIGTLink.dll"
)
ELSE
()
MESSAGE
(
FATAL_ERROR
"Could not find OpenIGTLink. Please specify OpenIGTLink_DIR."
)
ENDIF
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment