[Cmake] Moved tests to separate folders

This commit is contained in:
Gliniak
2026-03-06 19:59:26 +01:00
parent 2912da02fe
commit 6446150a5e
3 changed files with 3 additions and 0 deletions

View File

@@ -27,5 +27,6 @@ if(XENIA_BUILD_MISC)
endif()
if(XENIA_BUILD_TESTS)
set(CMAKE_FOLDER "tests")
add_subdirectory(testing)
endif()