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

8 lines
78 B
CMake
Raw Normal View History

2009-03-02 07:30:38 +00:00
SET(POSHLIB_SRCS
posh.c
posh.h)
ADD_LIBRARY(posh STATIC ${POSHLIB_SRCS})