2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00
Files
tdesktop/cmake/external/gsl/CMakeLists.txt

7 lines
147 B
CMake
Raw Normal View History

2019-11-08 11:27:39 +03:00
add_library(external_gsl INTERFACE IMPORTED GLOBAL)
target_include_directories(external_gsl SYSTEM
INTERFACE
${third_party_loc}/GSL/include
)