diff options
author | gluh@eagle.(none) <> | 2007-12-13 15:56:04 +0400 |
---|---|---|
committer | gluh@eagle.(none) <> | 2007-12-13 15:56:04 +0400 |
commit | 4f5868114a1fe46f139f80d894dd28f1f7c180c1 (patch) | |
tree | e37ba43ba6ed4171e2b64ad9dbba79328c95a875 /libmysql/CMakeLists.txt | |
parent | 8506efa91e2bccbd312411a949960ec8736a363f (diff) | |
parent | d3889cac7ca8a2188abfd2bcdbe928cee9fd893b (diff) | |
download | mariadb-git-4f5868114a1fe46f139f80d894dd28f1f7c180c1.tar.gz |
Merge mysql.com:/home/gluh/MySQL/Merge/5.1
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
Diffstat (limited to 'libmysql/CMakeLists.txt')
-rwxr-xr-x | libmysql/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libmysql/CMakeLists.txt b/libmysql/CMakeLists.txt index 249e6294c22..b761907ec9d 100755 --- a/libmysql/CMakeLists.txt +++ b/libmysql/CMakeLists.txt @@ -126,9 +126,6 @@ ENDIF(WIN32) ADD_DEPENDENCIES(libmysql GenError) TARGET_LINK_LIBRARIES(libmysql wsock32) -ADD_EXECUTABLE(myTest mytest.c) -TARGET_LINK_LIBRARIES(myTest libmysql) - IF(EMBED_MANIFESTS) MYSQL_EMBED_MANIFEST("myTest" "asInvoker") ENDIF(EMBED_MANIFESTS) |