Skip to content
Snippets Groups Projects
Commit d3e82196 authored by Aaron Kreuzberg's avatar Aaron Kreuzberg
Browse files

repo updates

parent bb60ecc7
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
url = https://github.com/g-truc/glm
[submodule "extern/typed-geometry"]
path = extern/typed-geometry
url = https://www.graphics.rwth-aachen.de:9000/ptrettner/typed-geometry.git
url = https://github.com/project-arcana/typed-geometry.git
branch = develop
[submodule "extern/clean-core"]
path = extern/clean-core
......
......@@ -49,6 +49,9 @@ if (GCC)
endif()
endif()
# Add clean-core lib
add_subdirectory(extern/clean-core)
# Add typed geometry math lib
add_subdirectory(extern/typed-geometry)
......@@ -119,6 +122,7 @@ if (GLOW_SAMPLES_TESTS)
add_executable(glow-tests ${SOURCES})
target_link_libraries(glow-tests PUBLIC
clean-core
typed-geometry
glm
polymesh
......
eigen @ 01f91925
Subproject commit 64fdd839aa0dc18483fdf23f4d7c5c3c414948b1
Subproject commit 01f91925c0cf2aca052b592f75fa088d7ac45da7
Subproject commit 1d95acdf565f65894f38b8742afde8dbbb80baef
Subproject commit dd8a678a66f1967372e5a5e3deac41ebf65ee127
glow @ 6454151b
Subproject commit 8f61a37a14c2bf66b5cdd894fa82017752322f79
Subproject commit 6454151bd41eb2c7e1dfc079b90f27fc62be77d6
glow-extras @ 3ad42b0f
Subproject commit 48afcb1fdbcaf874f7d58d86545525bca554696c
Subproject commit 3ad42b0f2b1744bfab95500d86b1e93ae5ceb959
imgui @ 440ba209
Subproject commit 8ca0ab36f8a5072b8dfaf569646233166f507c84
Subproject commit 440ba209b1794c54699fd6c62be984c4f5fd6a5f
polymesh @ 77b5ad3b
Subproject commit 76e20b6b8aa4b80cca568922dc5907a49c2136b0
Subproject commit 77b5ad3b1454a0184fd91215982d88a150b65d98
Subproject commit 36314b73b45aba62252fabfc142bd18b21d21acf
Subproject commit abaaa145c9d0902397d5226235a64f321fa0b364
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment