random ai stuff
This commit is contained in:
14
telldus-core/3rdparty/openbsd-getopt/CMakeLists.txt
vendored
Normal file
14
telldus-core/3rdparty/openbsd-getopt/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
SET( SRCS
|
||||
getopt_long.c
|
||||
)
|
||||
|
||||
SET( HDRS
|
||||
getopt.h
|
||||
)
|
||||
|
||||
INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR} )
|
||||
|
||||
ADD_LIBRARY(openbsd-getopt STATIC
|
||||
${SRCS}
|
||||
${HDRS}
|
||||
)
|
||||
Reference in New Issue
Block a user