add crunched texture support

This commit is contained in:
Ishotihadus
2019-12-10 19:05:33 +09:00
parent bd4b10f871
commit 857a0c3fae
8 changed files with 5115 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
require 'mkmf'
have_library('stdc++')
append_cppflags('-std=c++11')
append_cppflags('-O2')
append_cppflags('-Wall')
append_cppflags('-Wextra')
append_cppflags('-Wvla')
create_makefile('mikunyan/decoders/crunch')