add_executable(demo main.cpp)
target_link_libraries(demo PRIVATE
matador-core
matador-orm
${CMAKE_DL_LIBS}
${SQLite3_LIBRARIES}
)