update cmake modules dir

This commit is contained in:
McMassiveNZ
2023-07-19 22:27:09 +02:00
parent 3d42a469c9
commit cf580eaa0f
3 changed files with 9 additions and 8 deletions

View File

@@ -1,14 +1,15 @@
include(${CMAKE_SCRIPTS_DIR}/googletest.cmake)
include(gtest)
set(current_target starter_window_test)
add_executable(
${current_target}
test_main.cpp
test_main.cpp
)
target_link_libraries(
${current_target}
gtest_main
PRIVATE
gtest_main
)
include(GoogleTest)