From: Bastian Dehn Date: Sun, 22 Feb 2026 11:33:36 +0000 (+0100) Subject: add gnu install dirs X-Git-Tag: 1.3.17^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=301c886ca6977a5afd346870c41619a422383bbd;p=feierabend.git add gnu install dirs --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 73b895a..492ca38 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.25.1) project(feierabend VERSION 1.3.16) +include(GNUInstallDirs) + find_package(LibXml2 REQUIRED) message(STATUS "find LibXml2: " ${LIBXML2_LIBRARY})