Browse Source

Add mikkt to fmt.hdll on Windows (#353)

Constantine Teplyakov 5 years ago
parent
commit
842da6cad0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libs/fmt/CMakeLists.txt

+ 2 - 0
libs/fmt/CMakeLists.txt

@@ -117,6 +117,8 @@ if(WIN32)
         fmt.c
         sha1.c
         dxt.c
+        mikkt.c
+        ${MIKKTSPACE_INCLUDE_DIR}/mikktspace.c
     )
 else()
     find_package(ZLIB REQUIRED)