diff --git a/CMakeLists.txt b/CMakeLists.txt index 25fc00c8d..b8c4d3fd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ include(CTest) add_subdirectory(api/sixtyfps-cpp/) -option(SIXTYFPS_BUILD_EXAMPLES "Build SixtyFPS Examples" OFF) +option(SIXTYFPS_BUILD_EXAMPLES "Build SixtyFPS Examples" ON) add_feature_info(SIXTYFPS_BUILD_EXAMPLES SIXTYFPS_BUILD_EXAMPLES "configure whether to build the examples") if(SIXTYFPS_BUILD_EXAMPLES)