diff options
author | kaa@polly.(none) <> | 2007-11-22 14:39:07 +0300 |
---|---|---|
committer | kaa@polly.(none) <> | 2007-11-22 14:39:07 +0300 |
commit | dd75ee18d43d140144f8d926266c7a5cfdfb25e5 (patch) | |
tree | b9070d1d88813c45dbb89dca5a044e154980cc64 /libmysql/CMakeLists.txt | |
parent | ccd8710958430a4345cb54efcddfd1c9aab4cf39 (diff) | |
parent | 82c4059fc917a9f205a63f2c38453ebd1de4e012 (diff) | |
download | mariadb-git-dd75ee18d43d140144f8d926266c7a5cfdfb25e5.tar.gz |
Merge polly.(none):/home/kaa/src/opt/bug32221/my50-bug31445
into polly.(none):/home/kaa/src/opt/bug32221/my51-bug31445
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 8471bbbd76c..de5d3df103c 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) |