mirror of
https://github.com/InoriRus/Kyty.git
synced 2025-04-02 10:52:55 -04:00
8 lines
194 B
CMake
8 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()
|
|
|