+ make area build with LibPack

This commit is contained in:
wmayer
2015-07-24 19:23:06 +02:00
parent def4a3e186
commit 37427ebef5
7 changed files with 17 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ set(OPENGL_gl_LIBRARY opengl32 glu32)
# Python
set(PYTHON_LIBRARIES optimized python26.lib debug python26_d.lib)
set(PYTHON_INCLUDE_PATH ${FREECAD_LIBPACK_DIR}/include/Python-2.6.4)
set(PYTHON_INCLUDE_DIRS ${FREECAD_LIBPACK_DIR}/include/Python-2.6.4)
set(PYTHON_EXECUTABLE ${FREECAD_LIBPACK_DIR}/bin/python.exe)
set(PYTHONLIBS_FOUND TRUE)