diff options
author | Bo Thorsen <bo@askmonty.org> | 2010-06-25 15:09:45 +0200 |
---|---|---|
committer | Bo Thorsen <bo@askmonty.org> | 2010-06-25 15:09:45 +0200 |
commit | 5c4e95f83b16caa75e2e93d1b2c9f39a214684d6 (patch) | |
tree | 1e1cbe55f697bc69e6f67ef1407a90330a414e35 /tests/CMakeLists.txt | |
parent | f7d6a2ed654949f662da0a8c33f8e85b6d9e7f41 (diff) | |
download | mariadb-git-5c4e95f83b16caa75e2e93d1b2c9f39a214684d6.tar.gz |
Implement an NSIS based installer
Diffstat (limited to 'tests/CMakeLists.txt')
-rwxr-xr-x | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2093fc0da36..245c9ce8666 100755 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -25,3 +25,5 @@ TARGET_LINK_LIBRARIES(mysql_client_test mysqlclient_notls wsock32) ADD_EXECUTABLE(bug25714 bug25714.c) TARGET_LINK_LIBRARIES(bug25714 mysqlclient_notls wsock32) + +INSTALL(TARGETS mysql_client_test bug25714 DESTINATION bin COMPONENT runtime) |