Forgot to include this in previous commit RE new error dialogue

This commit is contained in:
Nav
2021-09-25 20:18:41 +01:00
parent 266c685134
commit 88d5f6f568

View File

@@ -166,6 +166,9 @@ add_executable(Bloom
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetRegisterInspector/BitsetWidget/BitsetWidget.cpp
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetRegisterInspector/BitsetWidget/BitWidget.cpp
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetRegisterInspector/BitsetWidget/BitBodyWidget.cpp
# Error dialogue window
src/Insight/UserInterfaces/InsightWindow/Widgets/ErrorDialogue/ErrorDialogue.cpp
)
set_target_properties(Bloom PROPERTIES OUTPUT_NAME bloom)