Skip to content

Commit

Permalink
Add CMake for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
koparasy committed Jun 26, 2024
1 parent d29fa15 commit f7d8b8a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Copyright 2021-2023 Lawrence Livermore National Security, LLC and other
# AMSLib Project Developers
#
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

add_subdirectory(ideal_gas)
if (WITH_CUDA)
add_subdirectory(bnm_opt)
endif()

0 comments on commit f7d8b8a

Please sign in to comment.