diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-05-04 15:37:47 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-05-04 15:37:47 +0200 |
| commit | 2def836b73185774d3ea6d88dc77c3246daa0f3c (patch) | |
| tree | 7cbaa0c951c5f0ef29b4080b68a81a0a7b252939 /CMakeLists.txt | |
| parent | d84e192ae94b9e92a3f6f6f44e4f271155d6a8fb (diff) | |
| download | katja-2def836b73185774d3ea6d88dc77c3246daa0f3c.tar.gz | |
Remove dropline backend support
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 04d8af6..3c6eede 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ cmake_minimum_required(VERSION 4.0.0) project(Katja LANGUAGES CXX) include(CTest) +include(GNUInstallDirs) option(KATJA_BUILD_CLI "Build command line interface" ON) |
