Browse Source

libs/fmt: Compile dxt.c for all OSes. (#327)

booti386 5 năm trước cách đây
mục cha
commit
e1152742dc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      libs/fmt/CMakeLists.txt

+ 1 - 0
libs/fmt/CMakeLists.txt

@@ -132,6 +132,7 @@ else()
     add_library(fmt.hdll SHARED
         fmt.c
         sha1.c
+        dxt.c
     )
 endif()