Move googletest cmake module file to appropriate directory

This commit is contained in:
m-aXimilian
2025-06-14 00:27:29 +02:00
parent a8489292b6
commit 8024f816b3
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
include(${PROJECT_SOURCE_DIR}/modules/googletest.cmake)
include(${PROJECT_SOURCE_DIR}/cmake/googletest.cmake)
add_executable(libpixelarium_UnitTests
lib/resources/test_resource.cpp)