mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-22 02:07:24 +00:00
7 lines
147 B
CMake
7 lines
147 B
CMake
add_library(external_gsl INTERFACE IMPORTED GLOBAL)
|
|
|
|
target_include_directories(external_gsl SYSTEM
|
|
INTERFACE
|
|
${third_party_loc}/GSL/include
|
|
)
|