Add some external dependencies.

This commit is contained in:
Ignacio
2017-02-08 11:42:25 -08:00
parent 1004d5d5b5
commit d7612a3b67
64 changed files with 38084 additions and 1 deletions

10
extern/etcpack/CMakeLists.txt vendored Normal file
View File

@ -0,0 +1,10 @@
SET(ETCPACK_SRCS
etcdec.cxx
etcpack.cxx
image.cxx
image.h)
add_definitions("-DPGMOUT=0")
ADD_LIBRARY(etcpack STATIC ${ETCPACK_SRCS})