From 88d5f6f5688af769aee0d953a030797ade50acf6 Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 25 Sep 2021 20:18:41 +0100 Subject: [PATCH] Forgot to include this in previous commit RE new error dialogue --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 994c596a..c41ccb2d 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)