2
0
ncannasse 8 жил өмнө
parent
commit
d5b1ba2cab
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -288,6 +288,7 @@ if(WIN32)
         include/vorbis/vorbisfile.c
         include/vorbis/window.c
         libs/fmt/fmt.c
+		libs/fmt/sha1.c
     )
 else()
     find_package(ZLIB REQUIRED)
@@ -297,6 +298,7 @@ else()
 
     add_library(fmt.hdll MODULE
         libs/fmt/fmt.c
+		libs/fmt/sha1.c
     )
 endif()