aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt
index 275c8eda43..5c9950f247 100644
--- a/ui/CMakeLists.txt
+++ b/ui/CMakeLists.txt
@@ -19,7 +19,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
-
set(COMMON_UI_SRC
alert_box.c
capture.c
@@ -97,6 +96,11 @@ set_target_properties(ui PROPERTIES
FOLDER "UI"
)
+if (HTML_HELP_COMPILER)
+ add_definitions(-DHHC_DIR)
+ target_link_libraries(ui Htmlhelp.lib)
+endif()
+
CHECKAPI(
NAME
ui-base