diff options
author | George Hazan <george.hazan@gmail.com> | 2024-09-29 14:24:23 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-09-29 19:04:02 +0300 |
commit | 8e36edeef44005c24fa574fbb90556442a6a516f (patch) | |
tree | e4766ace481283264e172b243b3026c26f47bd89 /protocols/Telegram/tdlib/td/CMake/GeneratePkgConfig.cmake | |
parent | 55793991ad8b130f5146c1b72bfa0d126ce13456 (diff) |
TDLIB: copyright updates & code cleaning
Diffstat (limited to 'protocols/Telegram/tdlib/td/CMake/GeneratePkgConfig.cmake')
-rw-r--r-- | protocols/Telegram/tdlib/td/CMake/GeneratePkgConfig.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/td/CMake/GeneratePkgConfig.cmake b/protocols/Telegram/tdlib/td/CMake/GeneratePkgConfig.cmake index afbe06ac60..a2800e1073 100644 --- a/protocols/Telegram/tdlib/td/CMake/GeneratePkgConfig.cmake +++ b/protocols/Telegram/tdlib/td/CMake/GeneratePkgConfig.cmake @@ -27,6 +27,7 @@ function(get_relative_link OUTPUT PATH) set(${OUTPUT} "${LINK}" PARENT_SCOPE) endfunction() +# TODO: support interface libraries in dependencies function(generate_pkgconfig TARGET DESCRIPTION) # message("Generating pkg-config for ${TARGET}") get_filename_component(PREFIX "${CMAKE_INSTALL_PREFIX}" REALPATH) |