From 07d662aafc25b145eb20e4123ebc82b5736cdeb7 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sun, 16 Nov 2025 14:09:50 +0800 Subject: New timer impl on Windows. Add Event test. Fix delete later. --- test/ui/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/ui/CMakeLists.txt') diff --git a/test/ui/CMakeLists.txt b/test/ui/CMakeLists.txt index e69de29b..66a7cd27 100644 --- a/test/ui/CMakeLists.txt +++ b/test/ui/CMakeLists.txt @@ -0,0 +1,6 @@ +add_executable(CruUiTest + DeleteLaterTest.cpp +) +target_link_libraries(CruUiTest PRIVATE CruUi CruTestBase) + +cru_catch_discover_tests(CruUiTest) -- cgit v1.2.3