diff --git a/pr-2241/CMakeLists.txt b/pr-2241/CMakeLists.txt new file mode 100644 index 0000000000..06199626e0 --- /dev/null +++ b/pr-2241/CMakeLists.txt @@ -0,0 +1,161 @@ +# ============================================================================ # +# Copyright (c) 2022 - 2024 NVIDIA Corporation & Affiliates. # +# All rights reserved. # +# # +# This source code and the accompanying materials are made available under # +# the terms of the Apache License 2.0 which accompanies this distribution. # +# ============================================================================ # + +# Add nvq++ compile + execution test of code examples +# Args: +# TEST_NAME: name of the test executable. Test name is prefixed with "nvqpp" +# SOURCE_LOCATION: location of the source file (relative to 'sphinx/examples/cpp' directory by default) +# Optional keyword args: +# TARGET : name of the target to use +# TARGET_OPTION