libragephoto: CMake improvements and header include changes

This commit is contained in:
Syping 2024-12-08 22:29:00 +01:00
parent 73765abb0d
commit ce0cb68fa5
7 changed files with 540 additions and 16 deletions

View file

@ -16,7 +16,8 @@
* responsible for anything with use of the software, you are self responsible.
****************************************************************************]]
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.16)
cmake_policy(VERSION 3.16...3.28)
project(ragephoto VERSION 0.6.0 LANGUAGES C CXX)
include(GNUInstallDirs)