mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-26 01:24:39 +03:00
5 lines
164 B
CMake
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})
|