summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2010-07-09 13:39:19 +0200
committerunknown <knielsen@knielsen-hq.org>2010-07-09 13:39:19 +0200
commit2be1a25faa579282b441f42e525b7e0f05fb1f5f (patch)
tree32115114a158ac13b7c806276793f537cd8eea77 /extra
parentb95bd9f5e2040609e2269772ec4ed043d0036cf4 (diff)
parentee45ab069478f532488befac0464c780c2f46f45 (diff)
downloadmariadb-git-2be1a25faa579282b441f42e525b7e0f05fb1f5f.tar.gz
Automerge MariaDB 5.1->5.2.
Diffstat (limited to 'extra')
-rwxr-xr-xextra/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/CMakeLists.txt b/extra/CMakeLists.txt
index cec0db6a4ae..ba90492577d 100755
--- a/extra/CMakeLists.txt
+++ b/extra/CMakeLists.txt
@@ -53,3 +53,5 @@ TARGET_LINK_LIBRARIES(replace strings mysys debug dbug wsock32)
IF(EMBED_MANIFESTS)
MYSQL_EMBED_MANIFEST("myTest" "asInvoker")
ENDIF(EMBED_MANIFESTS)
+
+INSTALL(TARGETS comp_err my_print_defaults perror resolveip replace DESTINATION bin COMPONENT runtime)