Skip to content

Commit

Permalink
feat: add Eigen to external libraries and set cmake path
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Nov 24, 2023
1 parent be486cf commit 464b01b
Show file tree
Hide file tree
Showing 1,611 changed files with 319,982 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

set(Eigen3_DIR external/eigen3/cmake/)

find_package(Eigen3 3.3 REQUIRED NO_MODULE)

add_subdirectory(src)
Expand Down
37 changes: 37 additions & 0 deletions external/eigen3/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
qrc_*cxx
*.orig
*.pyc
*.diff
diff
*.save
save
*.old
*.gmo
*.qm
core
core.*
*.bak
*~
*build*
*.moc.*
*.moc
ui_*
CMakeCache.txt
tags
.*.swp
activity.png
*.out
*.php*
*.log
*.orig
*.rej
log
patch
*.patch
a
a.*
lapack/testing
lapack/reference
.*project
.settings
Makefile
11 changes: 11 additions & 0 deletions external/eigen3/.hgeol
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[patterns]
*.sh = LF
*.MINPACK = CRLF
scripts/*.in = LF
debug/msvc/*.dat = CRLF
debug/msvc/*.natvis = CRLF
unsupported/test/mpreal/*.* = CRLF
** = native

[repository]
native = LF
Loading

0 comments on commit 464b01b

Please sign in to comment.