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 /TdConfig.cmake | |
| parent | 5881dde135b77c95c82eda088d4aef2b22d760c6 (diff) | |
Export static targets in a separate file
Diffstat (limited to 'TdConfig.cmake')
| -rw-r--r-- | TdConfig.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TdConfig.cmake b/TdConfig.cmake index 3cdff38c2..b3f9efdd7 100644 --- a/TdConfig.cmake +++ b/TdConfig.cmake @@ -1,3 +1,6 @@ include(CMakeFindDependencyMacro) #TODO: write all external dependencies include("${CMAKE_CURRENT_LIST_DIR}/TdTargets.cmake") +if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/TdStaticTargets.cmake") + include("${CMAKE_CURRENT_LIST_DIR}/TdStaticTargets.cmake") +endif() |
