mirror of
https://github.com/Green-Sky/crdt_tests.git
synced 2024-11-14 18:13:01 +01:00
13 lines
208 B
CMake
13 lines
208 B
CMake
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
|
|
|
project(crdt_version0 CXX C)
|
|
|
|
########################################
|
|
|
|
add_executable(test1
|
|
./test1.cpp
|
|
)
|
|
|
|
target_compile_features(test1 PUBLIC cxx_std_17)
|
|
|