Skip to content

Commit

Permalink
added changes to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
pmokeev committed Aug 12, 2021
1 parent dde1d87 commit 69a4958
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,15 @@ if(NOT eigen_POPULATED)
FetchContent_Populate(eigen)
set(eigen_EIGEN_BUILD_DOC OFF)
set(eigen_BUILD_TESTS OFF)
include_directories(bridge PUBLIC ${eigen_SOURCE_DIR})
endif()

FetchContent_GetProperties(spline)
if(NOT spline_POPULATED)
FetchContent_Populate(spline)
include_directories(bridge PUBLIC ${spline_SOURCE_DIR}/src)
endif()

include_directories(bridge PUBLIC ${eigen_SOURCE_DIR})
include_directories(bridge PUBLIC ${spline_SOURCE_DIR}/src)

set(GENERATED_DIR generated/bridge/java)

include_directories(
Expand Down

0 comments on commit 69a4958

Please sign in to comment.