zint/getopt/CMakeLists.txt

5 lines
172 B
CMake
Raw Normal View History

project(zint_bundled_getopt)
add_library(zint_bundled_getopt STATIC getopt.c getopt1.c)
target_include_directories(zint_bundled_getopt PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})