start with doc store
This commit is contained in:
15
src/CMakeLists.txt
Normal file
15
src/CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
|
||||
|
||||
add_library(solanaceae_crdtnotes
|
||||
./solanaceae/crdtnotes/crdtnotes.hpp
|
||||
./solanaceae/crdtnotes/crdtnotes.cpp
|
||||
)
|
||||
target_include_directories(solanaceae_crdtnotes PUBLIC .)
|
||||
target_compile_features(solanaceae_crdtnotes PUBLIC cxx_std_17)
|
||||
target_link_libraries(solanaceae_crdtnotes PUBLIC
|
||||
crdt_version3
|
||||
#solanaceae_util
|
||||
)
|
||||
|
||||
########################################
|
||||
|
||||
Reference in New Issue
Block a user