Fixed a build error on solaris sparc in the mysql-5.5-wl1054 tree

This commit is contained in:
Georgi Kodinov 2010-08-10 15:00:17 +03:00
parent 881a76699e
commit a843a6873c

View File

@ -22,7 +22,7 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include
MACRO (MY_ADD_TEST name)
ADD_EXECUTABLE(${name}-t ${name}-t.c)
TARGET_LINK_LIBRARIES(${name}-t mytap mysys)
TARGET_LINK_LIBRARIES(${name}-t mytap mysys strings)
ADD_TEST(${name} ${name}-t)
ENDMACRO()