mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 18:35:09 +00:00
15 lines
371 B
CMake
15 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)
|