kima2/CMakeLists.txt

8 lines
132 B
CMake
Raw Normal View History

2018-07-03 16:35:00 +02:00
cmake_minimum_required(VERSION 3.5)
if(MSVC)
add_compile_options(/W4 /WX)
else()
add_compile_options(-W -Wall -Werror)
endif()