schema progress

This commit is contained in:
Sascha Kühl
2025-02-04 15:19:01 +01:00
parent 6a5974337d
commit f01e9ff87f
17 changed files with 416 additions and 276 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
add_executable(demo main.cpp)
target_link_libraries(demo PRIVATE
matador
matador-core
matador-orm
${CMAKE_DL_LIBS}
${SQLite3_LIBRARIES}
)