Add some external dependencies.
This commit is contained in:
10
extern/etcpack/CMakeLists.txt
vendored
Normal file
10
extern/etcpack/CMakeLists.txt
vendored
Normal 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})
|
||||
|
Reference in New Issue
Block a user