Update ReadMe and add ShouldClose() function

- Removed all references to blank-slate
+ added a ShouldClose() function which gets polled to see if the window should close
This commit is contained in:
McMassiveNZ
2023-05-04 20:39:25 +02:00
parent fdd92cc500
commit d4dc5fb2f1
6 changed files with 25 additions and 14 deletions

View File

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