From 0b5491e0a2f1a9a4023e2c4eb171287bede41388 Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Fri, 21 Nov 2025 09:41:06 -0800 Subject: Switch to plain C --- dxwindow/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 dxwindow/CMakeLists.txt (limited to 'dxwindow/CMakeLists.txt') diff --git a/dxwindow/CMakeLists.txt b/dxwindow/CMakeLists.txt deleted file mode 100644 index 16c1709..0000000 --- a/dxwindow/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -cmake_minimum_required(VERSION 3.25) - -add_library(dxwindow) - -target_sources(dxwindow PUBLIC - FILE_SET cxx_modules TYPE CXX_MODULES FILES - dxwindow.ixx) - -target_link_libraries(dxwindow PUBLIC - glfw) -- cgit v1.2.3