File: UseSimpleITK.cmake.in

package info (click to toggle)
simpleitk 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 75,056 kB
  • sloc: cpp: 25,403; python: 3,060; sh: 1,131; ansic: 369; java: 260; cs: 215; makefile: 51; ruby: 47; tcl: 22
file content (12 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#
# This file sets up include directories, link directories, and
# compiler settings for a project to use SimpleITK.  It should not be
# included directly, but rather through the SimpleITK_USE_FILE setting
# obtained from SimpleITKConfig.cmake.
#

# Add include directories needed to use SimpleITK.
include_directories(${SimpleITK_INCLUDE_DIRS})

# Add link directories needed to use SimpleITK.
link_directories(${SimpleITK_LIBRARY_DIRS})