From 327f54b605b92a7b81a5a4de95f9f3741b786be5 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 4 Nov 2025 21:30:53 +0800 Subject: Remove meson related things. --- test/platform/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/platform/CMakeLists.txt b/test/platform/CMakeLists.txt index 394aa247..0a9aa001 100644 --- a/test/platform/CMakeLists.txt +++ b/test/platform/CMakeLists.txt @@ -9,8 +9,7 @@ if (WIN32) endif() if (UNIX AND NOT EMSCRIPTEN) - # TODO: Re-enable this! - # add_subdirectory(graphics/cairo) + add_subdirectory(graphics/cairo) endif() cru_catch_discover_tests(CruPlatformBaseTest) -- cgit v1.2.3