소스 검색

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

booti386 5 년 전
부모
커밋
e1152742dc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      libs/fmt/CMakeLists.txt

+ 1 - 0
libs/fmt/CMakeLists.txt

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