Tests and more cmake version updates

This commit is contained in:
KimLS
2025-11-16 22:26:34 -08:00
parent 625cfdb179
commit b9f8d7c3b1
9 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -312,10 +312,10 @@ ENDIF(EQEMU_BUILD_SERVER)
#IF(EQEMU_BUILD_HC)
# ADD_SUBDIRECTORY(hc)
#ENDIF(EQEMU_BUILD_HC)
#
#IF(EQEMU_BUILD_TESTS)
# ADD_SUBDIRECTORY(tests)
#ENDIF(EQEMU_BUILD_TESTS)
IF(EQEMU_BUILD_TESTS)
ADD_SUBDIRECTORY(tests)
ENDIF(EQEMU_BUILD_TESTS)
IF(EQEMU_BUILD_CLIENT_FILES)
ADD_SUBDIRECTORY(client_files)