finished relation completer
This commit is contained in:
@@ -13,3 +13,11 @@ target_link_libraries(sandbox PRIVATE
|
||||
${CMAKE_DL_LIBS}
|
||||
${SQLite3_LIBRARIES}
|
||||
)
|
||||
|
||||
add_executable(work work.cpp)
|
||||
target_link_libraries(work PRIVATE
|
||||
matador-core
|
||||
matador-orm
|
||||
${CMAKE_DL_LIBS}
|
||||
${SQLite3_LIBRARIES}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user