mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
COMP: Replace toddcox-faster by reimplemented toddcox
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user