mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +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:
parent
33c57e2f9e
commit
5d4082e22d
@ -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)
|
MYSQL_ADD_PLUGIN(heap ${HEAP_SOURCES} STORAGE_ENGINE MANDATORY RECOMPILE_FOR_EMBEDDED)
|
||||||
|
|
||||||
ADD_EXECUTABLE(hp_test1 hp_test1.c)
|
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)
|
ADD_EXECUTABLE(hp_test2 hp_test2.c)
|
||||||
TARGET_LINK_LIBRARIES(hp_test2 mysys heap)
|
TARGET_LINK_LIBRARIES(hp_test2 mysys heap dbug strings)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user