From 0c89c922cc168f52a73d327ca470a4001d2b8324 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 5 Apr 2023 17:27:15 +0200 Subject: [PATCH] wip --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fd5c1d7..1e058758 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,7 @@ if(BUILD_INPUTCONTEXT) add_subdirectory(inputcontext) endif() -if(BUILD_EXAMPLES OR BUILD_EXAMPLES) +if(BUILD_EXAMPLES OR BUILD_PLAYGROUND) add_subdirectory(support) endif()