diff options
| author | Zephyr Lykos <git@mochaa.ws> | 2023-10-14 08:05:01 +0800 |
|---|---|---|
| committer | Aliaksei Levin <22669599+levlam@users.noreply.github.com> | 2023-10-14 23:56:00 +0300 |
| commit | ebd77d51524742886d3f7930357aeb8aaab1474a (patch) | |
| tree | 3a06b56753b383cb2c03103b7e0cb3f6d3418381 /tdactor | |
| parent | 5881dde135b77c95c82eda088d4aef2b22d760c6 (diff) | |
Export static targets in a separate file
Diffstat (limited to 'tdactor')
| -rw-r--r-- | tdactor/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdactor/CMakeLists.txt b/tdactor/CMakeLists.txt index a156384ce..cf316b2f7 100644 --- a/tdactor/CMakeLists.txt +++ b/tdactor/CMakeLists.txt @@ -56,7 +56,7 @@ if (NOT CMAKE_CROSSCOMPILING) target_link_libraries(example PRIVATE tdactor) endif() -install(TARGETS tdactor EXPORT TdTargets +install(TARGETS tdactor EXPORT TdStaticTargets LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" ) |
