]> Creatis software - gdcm.git/blob - gdcmUse.cmake
* ENH: Update CMake stuff for accessing gdcm from CMake (4 third party lib)
[gdcm.git] / gdcmUse.cmake
1 # Import GDCM's build settings.
2
3 INCLUDE(
4   ${CMAKE_ROOT}/Modules/CMake/CMAkeImportBuildSettings.cmake
5   )
6
7 CMAKE_IMPORT_BUILD_SETTINGS(${GDCM_BUILD_SETTINGS_FILE})
8
9 # Tell the compiler where to find GDCM's header files.
10 INCLUDE_DIRECTORIES(${GDCM_INCLUDE_DIRS})
11
12 # Tell the linker where to find GDCM's libraries.
13 LINK_DIRECTORIES(${GDCM_LIBRARY_DIRS})