Mark all projects as C++-only. (#1554)
authorAndreas Süßenbach <asuessenbach@nvidia.com>
Wed, 5 Apr 2023 07:50:26 +0000 (09:50 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2023 07:50:26 +0000 (09:50 +0200)
commitbf8bee64e1ba484789056cbdd7543bee028e9fe3
tree53455300bb1fb15ad70160ebd14df798c911347f
parentbe1bb7645f94a92185ab15ec73a005edad91827a
Mark all projects as C++-only. (#1554)
23 files changed:
CMakeLists.txt
RAII_Samples/CMakeLists.txt
RAII_Samples/utils/CMakeLists.txt
samples/CMakeLists.txt
samples/utils/CMakeLists.txt
tests/ArrayProxy/CMakeLists.txt
tests/ArrayProxyNoTemporaries/CMakeLists.txt
tests/CMakeLists.txt
tests/DesignatedInitializers/CMakeLists.txt
tests/DeviceFunctions/CMakeLists.txt
tests/DispatchLoaderDynamic/CMakeLists.txt
tests/DispatchLoaderDynamicSharedLibrary/CMakeLists.txt
tests/DispatchLoaderDynamicSharedLibraryClient/CMakeLists.txt
tests/DispatchLoaderStatic/CMakeLists.txt
tests/ExtensionInspection/CMakeLists.txt
tests/Flags/CMakeLists.txt
tests/FormatTraits/CMakeLists.txt
tests/Hash/CMakeLists.txt
tests/NoExceptions/CMakeLists.txt
tests/StridedArrayProxy/CMakeLists.txt
tests/StructureChain/CMakeLists.txt
tests/UniqueHandle/CMakeLists.txt
tests/UniqueHandleDefaultArguments/CMakeLists.txt