]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
add gnu install dirs
authorBastian Dehn <hhaalo@arcor.de>
Sun, 22 Feb 2026 11:33:36 +0000 (12:33 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 22 Feb 2026 11:33:36 +0000 (12:33 +0100)
src/CMakeLists.txt

index 73b895a242ebd30256c049d30cc9a76d352dd3ba..492ca388bab11e4698cba391c22e16d0d61ab9f5 100644 (file)
@@ -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})