nvidia-texture-tools/extern/poshlib/CMakeLists.txt

8 lines
78 B
CMake

SET(POSHLIB_SRCS
posh.c
posh.h)
ADD_LIBRARY(posh OBJECT ${POSHLIB_SRCS})