mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
Initial commit
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user