zint-barcode-generator/getopt/CMakeLists.txt
2021-07-07 12:39:21 +03:00

4 lines
164 B
CMake

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