]> Creatis software - gdcm.git/blobdiff - gdcmPython/CMakeLists.txt
* Remove useless constructor of gdcm::Document
[gdcm.git] / gdcmPython / CMakeLists.txt
index cb80fdef81a2cc5b2360d428a556bcb6d9b1c20d..05cbd21872b4dc041a550261cc3ac671ccfeed17 100644 (file)
@@ -13,7 +13,7 @@ INCLUDE_DIRECTORIES(
 # CMake 2.0 will fully support Swig wrapping so split based on cmake version:
 
 # We need to pass that to swig to be sure all modules are generated in the proper dir
-SET(CMAKE_SWIG_FLAGS "-outdir ${GDCM_BINARY_DIR}/gdcmPython")
+SET(CMAKE_SWIG_FLAGS "-outdir \"${GDCM_BINARY_DIR}/gdcmPython\"")
 # Looks like a bug to me in cmake 2.0.x:
 SEPARATE_ARGUMENTS(CMAKE_SWIG_FLAGS)
 
@@ -130,8 +130,21 @@ ELSE(WIN32)
   )
 ENDIF(WIN32)
 
+# Install a python path file in site-packages that tells
+# python where to find the gdcmPython module
+IF(UNIX)
+FIND_PATH(PYTHON_DIR "site-packages"
+   /usr/lib/python2.4
+   /usr/lib/python2.3
+   /usr/lib/python2.2
+   /usr/lib/python2.1
+) 
+STRING(REGEX REPLACE "/usr" "" PYTHON_DIR ${PYTHON_DIR})
+
+INSTALL_FILES(${PYTHON_DIR}/site-packages "gdcmPython.pth")
 INSTALL_FILES(/lib/gdcm/gdcmPython "\\.py$")
 INSTALL_FILES(/lib/gdcm/gdcmPython FILES "gdcm.py")
+ENDIF(UNIX)
 
 #-----------------------------------------------------------------------------
 # Add test from demo subdir: