From 4f6f3bcc9923b8b7c2d64ca2ea400ce55d2372fe Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sat, 24 May 2025 15:11:27 +0200 Subject: build: flatten modules --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9355672..4df1d78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,9 +22,7 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/out") include("CheckIPOSupported") include("EnableCoverage") include("FetchContent") -include("GlibCompileResources") -include("GlibIntrospection") -include("GlibMkenums") +include("Glib") include("GNUInstallDirs") # Dependencies -- cgit v1.2.3