forked from SimpleITK/SimpleITK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleITKConfig.cmake.in
More file actions
22 lines (17 loc) · 834 Bytes
/
SimpleITKConfig.cmake.in
File metadata and controls
22 lines (17 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#-----------------------------------------------------------------------------
#
# SimpleITKConfig.cmake - SimpleITK CMake configuration file for external projects.
#
# This file is configured by SimpleITK and used by the UseSimpleITK.cmake module
# to load SimpleITK's settings for an external project.
# The SimpleITK include file directories.
set(SimpleITK_INCLUDE_DIRS "@SimpleITK_INCLUDE_DIRS_CONFIG@")
# The SimpleITK library directories.
set(SimpleITK_LIBRARY_DIRS "@SimpleITK_LIBRARY_DIRS_CONFIG@")
# The location of the UseITK.cmake file.
set(SimpleITK_USE_FILE "@SimpleITK_USE_FILE@")
# A list of all libraries for SimpleITK. Those listed here should
# automatically pull in their dependencies.
set(SimpleITK_LIBRARIES SimpleITKBasicFilters
SimpleITKCommon
SimpleITKIO)