1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 09:57:02 +00:00
Files
zint/getopt/CMakeLists.txt
2021-07-07 12:39:21 +03:00

5 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})