another ugly basic implementation
This commit is contained in:
@@ -12,7 +12,7 @@ project(msql)
|
||||
set(PROJECT_NAME msql)
|
||||
|
||||
set(SOURCE
|
||||
exception.cpp lexer.cpp parser.cpp executor.cpp main.cpp table.cpp table.h)
|
||||
exception.cpp lexer.cpp parser.cpp executor.cpp main.cpp table.cpp table.h row.cpp row.h)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SOURCE})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user