zint-barcode-generator/getopt/CMakeLists.txt

5 lines
164 B
CMake
Raw Normal View History

project(zint_bundled_getopt)
2021-07-06 11:35:04 -04:00
add_library(${PROJECT_NAME} STATIC getopt.c getopt1.c)
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})