Commit a245a2fa authored by Ghislain MARY's avatar Ghislain MARY
Browse files

Add some include path for build of Python module with testing.

Showing with 1 addition and 1 deletion
......@@ -112,7 +112,7 @@ endif()
add_library(pylinphone MODULE "${SOURCE_FILENAME}")
target_compile_options(pylinphone PUBLIC ${LINPHONE_CPPFLAGS})
target_include_directories(pylinphone PUBLIC ${LINPHONE_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS})
target_include_directories(pylinphone PUBLIC ${LINPHONE_INCLUDE_DIRS} ${PYTHON_INCLUDE_DIRS} PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/../../Source/EP_linphone/coreapi" "${CMAKE_CURRENT_BINARY_DIR}/../../Source/EP_linphone/include")
set(PYLINPHONE_LINK_LIBRARIES ${LINPHONE_LIBRARIES})
if(WIN32)
find_library(GCC_LIBRARIES gcc)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment