diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-16 13:25:41 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-16 13:25:41 +0100 |
commit | f31b16543a7b0f1c07ecb54113df5b70ceef6550 (patch) | |
tree | 3da5133f79a061667cfa5f2a9be17b0dc64322e3 /sql | |
parent | ffb0926373524b4e659b9a6035428880ad8b9e6b (diff) | |
download | mariadb-git-f31b16543a7b0f1c07ecb54113df5b70ceef6550.tar.gz |
fix windows errors with version resource
Diffstat (limited to 'sql')
-rwxr-xr-x | sql/CMakeLists.txt | 1 |
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() |