1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-23 11:56:03 +00:00

Move getopt out of the frontend, because it's used in the backend's test, too

This commit is contained in:
Schaich
2021-03-30 19:00:24 +09:00
parent 779a318c93
commit 88bbeb862b
7 changed files with 19 additions and 8 deletions

4
getopt/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
project(zint_bundled_getopt)
add_library(zint_bundled_getopt STATIC getopt.c getopt1.c)
target_include_directories(zint_bundled_getopt PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})