telldus/telldus-core/3rdparty/openbsd-getopt/CMakeLists.txt
2012-01-18 11:37:25 +01:00

14 lines
157 B
CMake

SET( SRCS
getopt_long.c
)
SET( HDRS
getopt.h
)
INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR} )
ADD_LIBRARY(openbsd-getopt STATIC
${SRCS}
${HDRS}
)