first sweeping through size and image
This commit is contained in:
parent
c58f81d640
commit
86f45a084a
6 changed files with 54 additions and 63 deletions
|
@ -7,11 +7,13 @@ cmake_minimum_required(VERSION 3.28)
|
|||
project(pixwerx)
|
||||
|
||||
#
|
||||
# pixwerx ist C++23
|
||||
# pixwerx is C++23
|
||||
#
|
||||
set (CMAKE_CXX_STANDARD 23)
|
||||
|
||||
#
|
||||
# internal cmake modules
|
||||
#
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/etc/cmake ${CMAKE_MODULE_PATH})
|
||||
|
||||
# boilerplate locations for build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue