Skip to content

Commit

Permalink
Bindings: Update include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Oct 18, 2020
1 parent 68ed260 commit 5165001
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bindings/python/CMakeLists.txt
Expand Up @@ -50,8 +50,8 @@ include_directories(${PYTHON_INCLUDE_PATH})
if (CMAKE_VERSION VERSION_LESS 3.12)
### Include project headers
include_directories(
"${PROJECT_SOURCE_DIR}/include"
"${PROJECT_BINARY_DIR}/include")
"${PROJECT_SOURCE_DIR}/src"
"${PROJECT_BINARY_DIR}/src")
endif()

### Enable C++ support in SWIG
Expand Down
4 changes: 2 additions & 2 deletions bindings/ruby/CMakeLists.txt
Expand Up @@ -66,8 +66,8 @@ include_directories(${RUBY_INCLUDE_DIRS})
if (CMAKE_VERSION VERSION_LESS 3.12)
### Include Ruby header files and project headers
include_directories(
"${PROJECT_SOURCE_DIR}/include"
"${PROJECT_BINARY_DIR}/include")
"${PROJECT_SOURCE_DIR}/src"
"${PROJECT_BINARY_DIR}/src")
endif()

### Enable C++ in SWIG
Expand Down

0 comments on commit 5165001

Please sign in to comment.