Add back duckstation.

This commit is contained in:
Tom Alexander
2025-09-13 12:09:59 -04:00
parent 74ee87a111
commit f036ec4b96
10 changed files with 497 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 879d46bc..95570f6b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -20,5 +20,5 @@ if(BUILD_REGTEST)
endif()
if(BUILD_TESTS)
- add_subdirectory(common-tests EXCLUDE_FROM_ALL)
+ add_subdirectory(common-tests)
endif()