8 lines
85 B
CMake
8 lines
85 B
CMake
|
|
SET(RGETC_SRCS
|
|
rg_etc1.cpp
|
|
rg_etc1.h)
|
|
|
|
ADD_LIBRARY(rg_etc1 STATIC ${RGETC_SRCS})
|
|
|