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:
4
getopt/CMakeLists.txt
Normal file
4
getopt/CMakeLists.txt
Normal 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})
|
||||
Reference in New Issue
Block a user