From b73ceb35d2247f28a22165d034b327d30cd10c30 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Mon, 18 Jan 2021 20:04:57 +0300 Subject: [PATCH] Build examples by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)