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()