aboutsummaryrefslogtreecommitdiffhomepage
path: root/sqlite
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 /sqlite
parent5881dde135b77c95c82eda088d4aef2b22d760c6 (diff)
Export static targets in a separate file
Diffstat (limited to 'sqlite')
-rw-r--r--sqlite/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite/CMakeLists.txt b/sqlite/CMakeLists.txt
index cc698b2be..82ceb04c8 100644
--- a/sqlite/CMakeLists.txt
+++ b/sqlite/CMakeLists.txt
@@ -70,7 +70,7 @@ elseif (MSVC)
target_compile_options(tdsqlite PRIVATE /wd4996)
endif()
-install(TARGETS tdsqlite EXPORT TdTargets
+install(TARGETS tdsqlite EXPORT TdStaticTargets
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
)