mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
7 lines
101 B
CMake
7 lines
101 B
CMake
set(SOURCES
|
|
Editor.cpp
|
|
)
|
|
|
|
serenity_lib(LibLine line)
|
|
target_link_libraries(LibLine LibC LibCore)
|