mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
16 lines
371 B
CMake
16 lines
371 B
CMake
serenity_component(
|
|
PartitionEditor
|
|
TARGETS PartitionEditor
|
|
)
|
|
|
|
compile_gml(PartitionEditorWindow.gml PartitionEditorWindowGML.h partition_editor_window_gml)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
PartitionEditorWindowGML.h
|
|
PartitionModel.cpp
|
|
)
|
|
|
|
serenity_app(PartitionEditor ICON app-partition-editor)
|
|
target_link_libraries(PartitionEditor LibMain LibGUI LibPartition)
|