mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 22:45:08 +00:00

Moved the C++ Lexer we have from LibGUI to here, so that other components could use it without linking with LibGUI.
6 lines
89 B
CMake
6 lines
89 B
CMake
set(SOURCES
|
|
Lexer.cpp
|
|
)
|
|
|
|
serenity_lib(LibCpp cpp)
|
|
target_link_libraries(LibCpp LibC)
|