a bit of further work

This commit is contained in:
2021-06-30 23:29:09 +02:00
parent 5c7908ac4b
commit b55115f7c3
10 changed files with 309 additions and 56 deletions

View File

@@ -12,7 +12,7 @@ project(msql)
set(PROJECT_NAME msql)
set(SOURCE
exception.cpp lexer.cpp parser.cpp executor.cpp main.cpp)
exception.cpp lexer.cpp parser.cpp executor.cpp main.cpp table.cpp table.h)
add_executable(${PROJECT_NAME} ${SOURCE})