diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-12 13:10:48 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-12 13:10:48 +0200 |
| commit | 45ef4948db670224c7cc727507f84924bd826002 (patch) | |
| tree | 45ab5e37a3cb062f4276e8b1456cb5397e58eddc /CMakeLists.txt | |
| parent | cf6951bbfe99bf494f22c1b1d02fb6a8f45e73a9 (diff) | |
| download | turns-45ef4948db670224c7cc727507f84924bd826002.tar.xz turns-45ef4948db670224c7cc727507f84924bd826002.zip | |
core: begin c-style API
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
