Add python in search path
This commit is contained in:
parent
1548fd8450
commit
1d59533b17
@ -2,7 +2,7 @@ set(CMAKE_SHARED_MODULE_PREFIX)
|
||||
|
||||
|
||||
set(PYTHON_INCLUDES ${NUMPY_INCLUDE_DIRS} ${PYTHON_INCLUDE_PATH} ${CMAKE_SOURCE_DIR}/python)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/src ${CMAKE_BINARY_DIR}/src)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/python ${CMAKE_SOURCE_DIR}/src ${CMAKE_BINARY_DIR}/src)
|
||||
|
||||
IF(CYTHON)
|
||||
add_custom_command(
|
||||
|
Loading…
Reference in New Issue
Block a user