Browse Source

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

booti386 5 years ago
parent
commit
e1152742dc
1 changed files with 1 additions and 0 deletions
  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()