mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-31 00:37:06 +00:00
Simpily CMakeLists
This commit is contained in:
@@ -1,4 +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})
|
||||
add_library(${PROJECT_NAME} STATIC getopt.c getopt1.c)
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user