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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user