mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
12 lines
251 B
CMake
12 lines
251 B
CMake
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|
|
|
set(SOURCES
|
|
FontEditor.cpp
|
|
GlyphEditorWidget.cpp
|
|
GlyphMapWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(FontEditor ICON app-font-editor)
|
|
target_link_libraries(FontEditor LibGUI LibDesktop LibGfx)
|