Add option

This commit is contained in:
Chris Josten 2020-12-28 16:43:09 +01:00
parent f2b96ece0d
commit 677376795f

View file

@ -1,6 +1,8 @@
cmake_minimum_required(VERSION 3.0)
project(kerstezel-klant)
option(SPOOF "Spoof interactions with the BCM2835 library (allows building on non-raspberry pi devices" OFF)
if (MSVC)
add_compile_options(/W4 /WX)
else()