mirror of
https://github.com/Green-Sky/crdt_tests.git
synced 2025-12-07 22:26:34 +01:00
more stuff done, still not diffing
This commit is contained in:
@@ -5,8 +5,20 @@ project(crdt_version0 CXX C)
|
||||
########################################
|
||||
|
||||
add_executable(test1
|
||||
./list.hpp
|
||||
./text_document.hpp
|
||||
./test1.cpp
|
||||
)
|
||||
|
||||
target_compile_features(test1 PUBLIC cxx_std_17)
|
||||
|
||||
########################################
|
||||
|
||||
add_executable(test2
|
||||
./list.hpp
|
||||
./text_document.hpp
|
||||
./test2.cpp
|
||||
)
|
||||
|
||||
target_compile_features(test2 PUBLIC cxx_std_17)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user