mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
8 lines
158 B
CMake
8 lines
158 B
CMake
set(SOURCES
|
|
Editor.cpp
|
|
SuggestionManager.cpp
|
|
XtermSuggestionDisplay.cpp
|
|
)
|
|
|
|
serenity_lib(LibLine line)
|
|
target_link_libraries(LibLine LibC LibCore)
|