ctkSimplePythonShellConfigure.h.in 433 B

12345678910111213141516171819202122
  1. #ifndef __ctkSimplePythonShellConfigure_h
  2. #define __ctkSimplePythonShellConfigure_h
  3. ///
  4. /// Here is where system computed values get stored
  5. ///
  6. #cmakedefine CTK_WRAP_PYTHONQT_LIGHT
  7. #cmakedefine CTK_WRAP_PYTHONQT_FULL
  8. //#define CTK_PYTHON_LIBRARY_DIR_BUILD "@LIBRARY_OUTPUT_DIRECTORY@"
  9. #cmakedefine CTK_WRAP_PYTHONQT_USE_VTK
  10. #ifdef CTK_WRAP_PYTHONQT_USE_VTK
  11. # define VTK_PYTHON_LIBRARY_DIR_BUILD "@VTK_DIR@/bin"
  12. #endif
  13. #endif