diff --git a/CMakeLists.txt b/CMakeLists.txt index cc7083b..5fef462 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()