diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt new file mode 100644 index 00000000..6b1d7d0e --- /dev/null +++ b/examples/CMakeLists.txt @@ -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() +