4 lines
105 B
CMake
4 lines
105 B
CMake
|
|
||
|
add_library(mg-dbms STATIC database.cpp)
|
||
|
target_link_libraries(mg-dbms mg-utils mg-storage-v2 mg-query)
|