From fc87b7611752f7de830a42852fa5a716d30fc104 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Sat, 27 Oct 2018 23:30:29 +1100 Subject: [PATCH] pls build --- src/tools/exd_struct_test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/exd_struct_test/CMakeLists.txt b/src/tools/exd_struct_test/CMakeLists.txt index 44edc965..2e89b09c 100644 --- a/src/tools/exd_struct_test/CMakeLists.txt +++ b/src/tools/exd_struct_test/CMakeLists.txt @@ -24,6 +24,6 @@ set_target_properties(exd_struct_test PROPERTIES if (UNIX) target_link_libraries (exd_struct_test common xivdat pthread mysqlclient dl z stdc++fs ) else() - target_link_libraries (exd_struct_test common xivdat libmysql zlib) + target_link_libraries (exd_struct_test common xivdat mysql zlib) endif()