aboutsummaryrefslogtreecommitdiffhomepage
path: root/tddb
diff options
context:
space:
mode:
authorZephyr Lykos <git@mochaa.ws>2023-10-14 08:05:01 +0800
committerAliaksei Levin <22669599+levlam@users.noreply.github.com>2023-10-14 23:56:00 +0300
commitebd77d51524742886d3f7930357aeb8aaab1474a (patch)
tree3a06b56753b383cb2c03103b7e0cb3f6d3418381 /tddb
parent5881dde135b77c95c82eda088d4aef2b22d760c6 (diff)
Export static targets in a separate file
Diffstat (limited to 'tddb')
-rw-r--r--tddb/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tddb/CMakeLists.txt b/tddb/CMakeLists.txt
index 036f0ca61..04325f56e 100644
--- a/tddb/CMakeLists.txt
+++ b/tddb/CMakeLists.txt
@@ -56,7 +56,7 @@ if (NOT CMAKE_CROSSCOMPILING)
target_link_libraries(binlog_dump PRIVATE tddb)
endif()
-install(TARGETS tddb EXPORT TdTargets
+install(TARGETS tddb EXPORT TdStaticTargets
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
)