mirror of
https://github.com/RGBCube/serenity
synced 2025-05-26 01:55:08 +00:00
12 lines
233 B
CMake
12 lines
233 B
CMake
set(SOURCES
|
|
main.cpp
|
|
VBForm.cpp
|
|
VBPropertiesWindow.cpp
|
|
VBProperty.cpp
|
|
VBWidget.cpp
|
|
VBWidgetPropertyModel.cpp
|
|
VBWidgetRegistry.cpp
|
|
)
|
|
|
|
serenity_bin(VisualBuilder)
|
|
target_link_libraries(VisualBuilder LibGUI)
|