diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b084066..06877cfe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ psemek_add_library(psemek EXCLUDE_FROM_ALL todo.md) target_link_libraries(psemek INTERFACE ${PSEMEK_LIBRARIES}) set_target_properties(psemek PROPERTIES LINKER_LANGUAGE CXX) -option(PSEMEK_EXAMPLES "Build example apps" OFF) +option(PSEMEK_EXAMPLES "Build example apps" ON) if(PSEMEK_EXAMPLES) add_subdirectory(examples)