Skip to content

Commit 14e179c

Browse files
committed
Use Eigen headers only instead of full codebase
1 parent bc79130 commit 14e179c

File tree

1,763 files changed

+80508
-216544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,763 files changed

+80508
-216544
lines changed

framework/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else()
2727
"src/imguizmo.cpp"
2828
"src/ImGuizmo/ImGuizmo.cpp")
2929
target_include_directories(CGFramework PRIVATE "include/framework/" PUBLIC "include/")
30-
target_link_libraries(CGFramework PUBLIC OpenGL::GL glad glm glfw imgui stb tinyobjloader fmt nativefiledialog toml eigen)
30+
target_link_libraries(CGFramework PUBLIC OpenGL::GL glad glm glfw imgui stb tinyobjloader fmt nativefiledialog toml)
3131
target_compile_features(CGFramework PUBLIC cxx_std_20)
3232
set_property(TARGET CGFramework PROPERTY POSITION_INDEPENDENT_CODE ON)
3333
endif()

framework/third_party/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
add_subdirectory("glm")
22
add_subdirectory("fmt")
33
if (NOT FRAMEWORK_BASIC_LIBRARY)
4-
add_subdirectory("eigen-3.4.0")
54
add_subdirectory("tinyobjloader")
65
add_subdirectory("glad")
76
add_subdirectory("glfw3")

framework/third_party/eigen-3.4.0/.gitignore

Lines changed: 0 additions & 38 deletions
This file was deleted.

framework/third_party/eigen-3.4.0/.gitlab-ci.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

framework/third_party/eigen-3.4.0/.gitlab/issue_templates/Bug Report.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

framework/third_party/eigen-3.4.0/.gitlab/issue_templates/Feature Request.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

framework/third_party/eigen-3.4.0/.gitlab/merge_request_templates/Merge Request Template.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

framework/third_party/eigen-3.4.0/.hgeol

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)