diff options
Diffstat (limited to 'examples/CMakeLists.txt')
| -rw-r--r-- | examples/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 9411d10ba..87b0b39f8 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -114,4 +114,9 @@ if(SLANG_ENABLE_EXAMPLES) if(SLANG_ENABLE_AFTERMATH) example(nv-aftermath-example WIN32_EXECUTABLE) endif() + + if(SLANG_ENABLE_SLANG_RHI) + example(mlp-training LINK_WITH_PRIVATE slang-rhi) + example(mlp-training-coopvec LINK_WITH_PRIVATE slang-rhi) + endif() endif() |
