mirror of
https://github.com/Green-Sky/crdt_tests.git
synced 2025-06-26 22:26:46 +02:00
rename prototype tests to prototypes
This commit is contained in:
12
version0/CMakeLists.txt
Normal file
12
version0/CMakeLists.txt
Normal file
@ -0,0 +1,12 @@
|
||||
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)
|
||||
|
Reference in New Issue
Block a user