1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 16:45:09 +00:00
serenity/Applications/TextEditor/CMakeLists.txt

10 lines
256 B
CMake

compile_json_gui(MainWindow.json MainWindowUI.h main_window_ui_json)
set(SOURCES
main.cpp
TextEditorWidget.cpp
MainWindowUI.h
)
serenity_bin(TextEditor)
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibShell LibRegex LibDesktop)