This commit is contained in:
Joey Yakimowich-Payne 2026-01-30 09:24:46 -07:00
commit a07f94c93d
10 changed files with 718 additions and 25 deletions

View file

@ -83,6 +83,7 @@ if(WARPPIPE_BUILD_GUI)
gui/WarpGraphModel.cpp
gui/GraphEditorWidget.cpp
gui/PresetManager.cpp
gui/VolumeWidgets.cpp
)
target_link_libraries(warppipe-gui PRIVATE
@ -98,6 +99,7 @@ if(WARPPIPE_BUILD_GUI)
gui/WarpGraphModel.cpp
gui/GraphEditorWidget.cpp
gui/PresetManager.cpp
gui/VolumeWidgets.cpp
)
target_compile_definitions(warppipe-gui-tests PRIVATE WARPPIPE_TESTING)