ladybird/Libraries/LibLine/CMakeLists.txt
AnotherTest 32839d40e3 LibLine: Make (almost) all key actions configurable
This moves all internal functions to a new file, and defines the old
keybinds with register_key_input_callback().
2020-08-18 12:07:32 +02:00

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)