Update cross compile info

Former-commit-id: c604de9bc9e0dddc48abddccb93118b6568b6a85
This commit is contained in:
poljvd
2015-01-21 12:57:28 +01:00
parent 4846d8c3d6
commit 3488f23603
2 changed files with 25 additions and 12 deletions

View File

@@ -1,7 +1,9 @@
find_package(PythonLibs REQUIRED)
include_directories(${PYTHON_INCLUDE_DIRS})
# Include the python directory. Also include the parent (which is for example /usr/include)
# which may be required when it is not includes by the (cross-) compiler by default.
include_directories(${PYTHON_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS}/..)
# Define the current source locations
SET(CURRENT_HEADER_DIR ${CMAKE_SOURCE_DIR}/include/effectengine)