From f76b47291ac164ec0169f721dab5b1b0fe016322 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 23 Sep 2025 23:23:38 +0800 Subject: Organize platform demo. --- demos/platform/gui/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 demos/platform/gui/CMakeLists.txt (limited to 'demos/platform/gui/CMakeLists.txt') diff --git a/demos/platform/gui/CMakeLists.txt b/demos/platform/gui/CMakeLists.txt new file mode 100644 index 00000000..b179fbc6 --- /dev/null +++ b/demos/platform/gui/CMakeLists.txt @@ -0,0 +1,5 @@ +add_library(CruDemoPlatformGuiBase INTERFACE) +target_link_libraries(CruDemoPlatformGuiBase INTERFACE CruPlatformBootstrap) + +add_executable(CruDemoPlatformGuiEmptyWindow EmptyWindow.cpp) +target_link_libraries(CruDemoPlatformGuiEmptyWindow PRIVATE CruDemoPlatformGuiBase) -- cgit v1.2.3