pixwerx/CMakeLists.txt

14 lines
244 B
Text
Raw Normal View History

2018-12-27 23:45:16 +01:00
#
# CMake build system for pixwerx
#
2017-06-27 23:20:14 +02:00
cmake_minimum_required(VERSION 3.8)
project(pixwerx)
2019-01-11 23:21:09 +01:00
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/etc/cmake")
set (CMAKE_CXX_STANDARD 17)
2017-06-27 23:20:14 +02:00
add_subdirectory(src)
2019-01-11 23:21:09 +01:00
add_subdirectory(share)