colobot/lib/wingetopt/CMakeLists.txt

6 lines
148 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
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src)
add_library(wingetopt STATIC src/getopt.c src/getopt.h)