You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvidia-texture-tools/extern/etcpack/CMakeLists.txt

11 lines
152 B
CMake

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