dust3d/thirdparty/thekla_atlas/extern/poshlib/CMakeLists.txt

8 lines
78 B
CMake
Executable File

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