Update to match window-starter template

This commit is contained in:
McMassiveNZ
2023-05-28 21:58:29 +02:00
parent 05f1069e2f
commit c7a4dde1de
14 changed files with 55 additions and 78 deletions

View File

@@ -1,14 +0,0 @@
include(${CMAKE_SCRIPTS_DIR}/googletest.cmake)
add_executable(
opengl-starter-test
test_main.cpp
)
target_link_libraries(
opengl-starter-test
gtest_main
)
include(GoogleTest)
gtest_discover_tests(opengl-starter-test)