0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-28 10:28:10 +03:00
LimeReport/3rdparty/zint-2.10.0/getopt/CMakeLists.txt
Rodrigo Torres 6822ade01b Update Zint
2022-01-26 09:16:57 -03:00

5 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})