This website works better with JavaScript
Home
Explore
Help
Sign In
haxe
/
HaxeFoundation.hashlink
mirror of
https://github.com/HaxeFoundation/hashlink.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
libs/fmt: Compile dxt.c for all OSes. (
#327
)
booti386
5 years ago
parent
7ff7614530
commit
e1152742dc
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
libs/fmt/CMakeLists.txt
+ 1
- 0
libs/fmt/CMakeLists.txt
View File
@@ -132,6 +132,7 @@ else()
add_library(fmt.hdll SHARED
fmt.c
sha1.c
+ dxt.c
)
endif()