COMP: Replace toddcox-faster by reimplemented toddcox

This commit is contained in:
David Allemang
2023-01-26 15:00:32 -05:00
parent fd566e200d
commit 6ef6fbf4ac
21 changed files with 1679 additions and 68 deletions

View File

@@ -1,16 +1,19 @@
cmake_minimum_required(VERSION 3.10)
project(toddcox-faster)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
include(FetchContent)
include(vendor/toddcox.cmake)
include(vendor/yaml-cpp.cmake)
include(vendor/fmt.cmake)
include(vendor/peglib.cmake)
include(vendor/glad.cmake)
include(vendor/glfw.cmake)
include(vendor/glm.cmake)
include(vendor/gtest.cmake)
include(vendor/yaml-cpp.cmake)
add_subdirectory(tc)
add_subdirectory(vis)
add_subdirectory(examples)