X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMake%2FCMakeLists.txt;h=8d9f71200189dd5922bd57b2998528df1820648e;hb=9d461db5c5d954548cd07d1fa095e9bad43a0cac;hp=385d5f48db6e31c517c6d5a64ab7ea9d3b1d6c24;hpb=f233c4a2bb3cac97f90e30cb4ccad39782130732;p=gdcm.git diff --git a/CMake/CMakeLists.txt b/CMake/CMakeLists.txt index 385d5f48..8d9f7120 100644 --- a/CMake/CMakeLists.txt +++ b/CMake/CMakeLists.txt @@ -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