Skip to content

Commit

Permalink
format cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Oct 2, 2024
1 parent 8fcf46d commit a8693e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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})
Expand Down

0 comments on commit a8693e5

Please sign in to comment.