mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 22:35:27 -04:00
Simpily CMakeLists
This commit is contained in:
parent
3c1869b032
commit
3e995c70fb
5 changed files with 28 additions and 35 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue