Blame synfig-core/CMakeLists.txt

caryoscelus 20f20c
# TODO: find out which version is actually required
caryoscelus 20f20c
cmake_minimum_required(VERSION 3.1)
caryoscelus 20f20c
e83f04
project(synfig-core)
caryoscelus 20f20c
caryoscelus 20f20c
enable_testing()
caryoscelus 20f20c
caryoscelus 20f20c
# using latest stable standard, but not strictly
caryoscelus 20f20c
# the rest is done via target_compile_features instead
6b7cd4
set(CMAKE_CXX_STANDARD 11)
caryoscelus 20f20c
caryoscelus 20f20c
add_subdirectory(src)