summaryrefslogtreecommitdiff
path: root/win/cmakefiles/extra
diff options
context:
space:
mode:
Diffstat (limited to 'win/cmakefiles/extra')
-rw-r--r--win/cmakefiles/extra2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/cmakefiles/extra b/win/cmakefiles/extra
index 40327eac0ad..328e20a696a 100644
--- a/win/cmakefiles/extra
+++ b/win/cmakefiles/extra
@@ -19,3 +19,5 @@ ADD_CUSTOM_TARGET(GenError
+ADD_EXECUTABLE(my_print_defaults my_print_defaults.c)
+TARGET_LINK_LIBRARIES(my_print_defaults strings mysys dbug taocrypt odbc32 odbccp32 wsock32)