mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-22 10:17:10 +00:00
7 lines
159 B
CMake
7 lines
159 B
CMake
|
add_library(external_variant INTERFACE IMPORTED GLOBAL)
|
||
|
|
||
|
target_include_directories(external_variant SYSTEM
|
||
|
INTERFACE
|
||
|
${third_party_loc}/variant/include
|
||
|
)
|