summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2009-12-16 13:25:41 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2009-12-16 13:25:41 +0100
commitf31b16543a7b0f1c07ecb54113df5b70ceef6550 (patch)
tree3da5133f79a061667cfa5f2a9be17b0dc64322e3 /sql
parentffb0926373524b4e659b9a6035428880ad8b9e6b (diff)
downloadmariadb-git-f31b16543a7b0f1c07ecb54113df5b70ceef6550.tar.gz
fix windows errors with version resource
Diffstat (limited to 'sql')
-rwxr-xr-xsql/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt
index 6adad10a2e0..9438fd8479d 100755
--- a/sql/CMakeLists.txt
+++ b/sql/CMakeLists.txt
@@ -95,6 +95,7 @@ TARGET_LINK_LIBRARIES(sql ${MYSQLD_STATIC_PLUGIN_LIBS}
IF(WIN32)
SET(MYSQLD_SOURCE main.cc nt_servc.cc nt_servc.h)
+ WIN32_ADD_VERSION_INFO(MYSQLD_SOURCE)
ELSE()
SET(MYSQLD_SOURCE main.cc ${DTRACE_PROBES_ALL})
ENDIF()