mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-13 01:53:35 +00:00
7 lines
113 B
CMake
7 lines
113 B
CMake
set(FRONTEND_SOURCES
|
|
Parser.cpp
|
|
Lexer.cpp
|
|
Diagnostics.cpp)
|
|
|
|
hecl_add_list(Frontend FRONTEND_SOURCES)
|