]> Creatis software - gdcm.git/blobdiff - CMake/CMakeLists.txt
Fix mistypings
[gdcm.git] / CMake / CMakeLists.txt
index 385d5f48db6e31c517c6d5a64ab7ea9d3b1d6c24..8d9f71200189dd5922bd57b2998528df1820648e 100644 (file)
@@ -38,12 +38,21 @@ SET(GDCM_BUILD_SETTINGS_FILE_CONFIG
   ${GDCM_BINARY_DIR}/GDCMBuildSettings.cmake)
 
 # The library directories.
+# to be used against non installed library
+SET(GDCM_LIBRARY_DIRS ${LIBRARY_OUTPUT_PATH})
+
 SET(GDCM_LIBRARY_DIRS_CONFIG ${GDCM_LIBRARY_DIRS})
 
 # The runtime directories.
 SET(GDCM_RUNTIME_DIRS_CONFIG ${GDCM_RUNTIME_DIRS})
 
 # The include directories.
+# to be used against non installed library
+SET(GDCM_INCLUDE_PATH 
+   ${GDCM_SOURCE_DIR}/src
+   ${GDCM_SOURCE_DIR}/vtk
+   ${GDCM_BINARY_DIR})
+   
 SET(GDCM_INCLUDE_DIRS_CONFIG ${GDCM_INCLUDE_PATH})
 
 # The library dependencies file.
@@ -163,7 +172,7 @@ SET(GDCM_CMAKE_DIR_CONFIG
 #      major_minor "${version}")
 #    SET(python_subdir "python${major_minor}/")
 #  ELSE(PYTHON_EXECUTABLE)
-#    SET(python_subdir "python2.4/")
+#    SET(python_subdir "python2.5/")
 #  ENDIF(PYTHON_EXECUTABLE)
 #ENDIF(WIN32)
 #SET(GDCM_PYTHON_MODULE_DIR_CONFIG