mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 14:04:19 -04:00
4 lines
172 B
CMake
4 lines
172 B
CMake
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})
|