Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
modios authored May 5, 2021
1 parent 7bbea51 commit a7fbff0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build, options a
set(EIGEN_DIRECTORY . CACHE STRING "Eigen directory. The directory specified should have a subdirectory 'Eigen'.")
include_directories(${EIGEN_DIRECTORY})

add_library(eigen_core SHARED EigenNative.cpp)
set(CMAKE_SHARED_LIBRARY_PREFIX "")

add_library(eigen_core SHARED EigenNative.cpp)

0 comments on commit a7fbff0

Please sign in to comment.