colobot/lib/wingetopt/CMakeLists.txt

5 lines
176 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.16)
2015-04-27 16:12:31 +00:00
add_library(wingetopt STATIC src/getopt.c src/getopt.h)
target_include_directories(wingetopt SYSTEM PUBLIC ${CMAKE_CURRENT_LIST_DIR}/src)