This commit is contained in:
Hartmut Seichter 2020-12-04 22:05:04 +01:00
parent 425072bdec
commit 2ef6af25c1
85 changed files with 43072 additions and 120 deletions

View file

@ -3,6 +3,7 @@
#
cmake_minimum_required(VERSION 3.8)
project(pixwerx)
#
@ -22,7 +23,6 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin CACHE PATH "Standalon
set(CMAKE_SKIP_BUILD_RPATH OFF)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
#
# now the actual code
#