mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
11 lines
146 B
CMake
11 lines
146 B
CMake
set(SOURCES
|
|
Lexer.cpp
|
|
Parser.cpp
|
|
Token.cpp
|
|
)
|
|
|
|
serenity_lib(LibSQL sql)
|
|
target_link_libraries(LibSQL LibCore)
|
|
|
|
add_subdirectory(Tests)
|