tdesktop/cmake/external/openssl/CMakeLists.txt
2019-11-08 11:30:20 +03:00

7 lines
158 B
CMake

add_library(external_openssl INTERFACE IMPORTED GLOBAL)
target_include_directories(external_openssl SYSTEM
INTERFACE
${libs_loc}/openssl_1_1_1/include
)