1
0
mirror of https://github.com/woo-j/zint.git synced 2025-01-07 01:17:44 +03:00
zint/getopt/CMakeLists.txt

5 lines
164 B
CMake
Raw Normal View History

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