colobot/lib/wingetopt/CMakeLists.txt

5 lines
176 B
CMake
Raw Normal View History

2020-07-08 09:22:25 +00:00
cmake_minimum_required(VERSION 3.17)
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)