mirror of
https://github.com/Green-Sky/crdt_tests.git
synced 2024-12-22 07:53:24 +01:00
rename prototype tests to prototypes
This commit is contained in:
parent
4430d73eec
commit
92d3d89d0f
@ -4,25 +4,21 @@ project(crdt_tests CXX C)
|
||||
|
||||
########################################
|
||||
|
||||
add_executable(test1
|
||||
add_executable(prot1
|
||||
./test1.cpp
|
||||
)
|
||||
|
||||
target_compile_features(test1 PUBLIC cxx_std_17)
|
||||
target_compile_features(prot1 PUBLIC cxx_std_17)
|
||||
|
||||
target_link_libraries(test1 PUBLIC
|
||||
target_link_libraries(prot1 PUBLIC
|
||||
nlohmann_json::nlohmann_json
|
||||
)
|
||||
|
||||
########################################
|
||||
|
||||
add_executable(test2
|
||||
add_executable(prot2
|
||||
./test2.cpp
|
||||
)
|
||||
|
||||
target_compile_features(test2 PUBLIC cxx_std_17)
|
||||
|
||||
target_link_libraries(test2 PUBLIC
|
||||
nlohmann_json::nlohmann_json
|
||||
)
|
||||
target_compile_features(prot2 PUBLIC cxx_std_17)
|
||||
|
||||
|
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)
|
||||
|
Loading…
Reference in New Issue
Block a user