aboutsummaryrefslogtreecommitdiff
path: root/test/platform/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/platform/CMakeLists.txt')
-rw-r--r--test/platform/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt
index e4237cd3..ea6493c4 100644
--- a/test/platform/CMakeLists.txt
+++ b/test/platform/CMakeLists.txt
@@ -1,5 +1,6 @@
add_executable(CruPlatformBaseTest
ColorTest.cpp
+ DeleteLaterTest.cpp
MatrixTest.cpp
)
target_link_libraries(CruPlatformBaseTest PRIVATE CruPlatformBase CruTestBase)