add vim ipc slave, no functionallity yet

This commit is contained in:
2022-12-16 18:05:40 +01:00
parent 3110194df7
commit fabaae522d
3 changed files with 96 additions and 0 deletions

View 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
)