1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-27 01:57:48 +03:00

Fix the cmake rule that builds heap tests, added

to cmake build with the patch for WL#5419.
Add missing libraries.
This commit is contained in:
Konstantin Osipov 2010-06-12 00:50:41 +04:00
parent 33c57e2f9e
commit 5d4082e22d

View File

@ -25,7 +25,7 @@ SET(HEAP_SOURCES _check.c _rectest.c hp_block.c hp_clear.c hp_close.c hp_create
MYSQL_ADD_PLUGIN(heap ${HEAP_SOURCES} STORAGE_ENGINE MANDATORY RECOMPILE_FOR_EMBEDDED)
ADD_EXECUTABLE(hp_test1 hp_test1.c)
TARGET_LINK_LIBRARIES(hp_test1 mysys heap)
TARGET_LINK_LIBRARIES(hp_test1 mysys heap dbug strings)
ADD_EXECUTABLE(hp_test2 hp_test2.c)
TARGET_LINK_LIBRARIES(hp_test2 mysys heap)
TARGET_LINK_LIBRARIES(hp_test2 mysys heap dbug strings)