8 lines
78 B
CMake
8 lines
78 B
CMake
|
|
SET(POSHLIB_SRCS
|
|
posh.c
|
|
posh.h)
|
|
|
|
ADD_LIBRARY(posh STATIC ${POSHLIB_SRCS})
|
|
|