From 45ef4948db670224c7cc727507f84924bd826002 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 12 May 2025 13:10:48 +0200 Subject: core: begin c-style API --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 229fa45..84ead94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ include("CheckIPOSupported") include("EnableCoverage") include("GlibCompileResources") include("GlibCompileSchemas") +include("GlibMkenums") include("GNUInstallDirs") find_package("Gettext" REQUIRED) -- cgit v1.2.3