COMP: Consistent FetchContent usage

This commit is contained in:
David Allemang
2023-02-04 13:41:14 -05:00
parent 6c3754a3fa
commit 6ade8c8215
9 changed files with 31 additions and 1 deletions

View File

@@ -3,7 +3,6 @@ project(toddcox-faster)
set(CMAKE_CXX_STANDARD 20)
include(FetchContent)
include(vendor/eigen.cmake)
include(vendor/fmt.cmake)
include(vendor/glad.cmake)