mirror of
https://github.com/Green-Sky/crdt_tests.git
synced 2025-12-07 16:16:34 +01:00
add vim ipc slave, no functionallity yet
This commit is contained in:
16
vim_research/CMakeLists.txt
Normal file
16
vim_research/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
||||
|
||||
project(vim_research CXX C)
|
||||
|
||||
########################################
|
||||
|
||||
add_executable(vim_research_test1
|
||||
./test1.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(vim_research_test1 PUBLIC
|
||||
crdt_version0
|
||||
zed_net
|
||||
nlohmann_json::nlohmann_json
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user