Update to match window-starter template
This commit is contained in:
@@ -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)
|
||||
@@ -1,6 +0,0 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(testmain, example)
|
||||
{
|
||||
EXPECT_EQ(42, 7*6);
|
||||
}
|
||||
Reference in New Issue
Block a user