mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 00:48:11 +00:00
6 lines
89 B
CMake
6 lines
89 B
CMake
set(SOURCES
|
|
Lexer.cpp
|
|
)
|
|
|
|
serenity_lib(LibCpp cpp)
|
|
target_link_libraries(LibCpp LibC)
|