add gtest

This commit is contained in:
David Allemang
2022-09-15 11:13:43 -04:00
parent e513572389
commit cdd0e628e1
3 changed files with 11 additions and 6 deletions

View File

@@ -5,10 +5,11 @@ set(CMAKE_CXX_STANDARD 17)
include(FetchContent)
include(External/glfw.cmake)
include(External/imgui.cmake)
include(External/eigen.cmake)
include(External/glad.cmake)
include(External/glfw.cmake)
include(External/gtest.cmake)
include(External/imgui.cmake)
include(External/json.cmake)
include_directories(include)