mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
32839d40e3
This moves all internal functions to a new file, and defines the old keybinds with register_key_input_callback().
9 lines
184 B
CMake
9 lines
184 B
CMake
set(SOURCES
|
|
Editor.cpp
|
|
InternalFunctions.cpp
|
|
SuggestionManager.cpp
|
|
XtermSuggestionDisplay.cpp
|
|
)
|
|
|
|
serenity_lib(LibLine line)
|
|
target_link_libraries(LibLine LibC LibCore)
|