mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
9 lines
194 B
CMake
9 lines
194 B
CMake
if (MSVC AND CLANG)
|
|
|
|
add_library(winpthread SHARED IMPORTED GLOBAL)
|
|
|
|
set_target_properties(winpthread PROPERTIES IMPORTED_IMPLIB "${CMAKE_CURRENT_SOURCE_DIR}/lib/libwinpthread.dll.a")
|
|
|
|
endif()
|
|
|