mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-09 13:41:59 -04:00
4 lines
164 B
CMake
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})
|