diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 60032ff..f3b47fa 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,8 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -set(ALL_EXAMPLES - #identity_as_default_projection -identity_direct_usage) +set(ALL_EXAMPLES # identity_as_default_projection + identity_direct_usage) foreach(example ${ALL_EXAMPLES}) add_executable(beman.exemplar.examples.${example})