diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-07-18 11:27:42 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-18 11:27:42 +0800 |
| commit | 0368f00baa403aaf3c3a04d1b4f1e40297712fed (patch) | |
| tree | 0194d75f81e5680775b44aa1c1f2e9e7876c2cb8 /cmake | |
| parent | 62325bb427ab3df68b6c1e578eccfa541b1442d7 (diff) | |
Remove generated file from source and build at build time (#4649)
* Remove generated file from source and build at build time
* comments
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/SlangTarget.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/SlangTarget.cmake b/cmake/SlangTarget.cmake index f02c860e4..c9110a6c0 100644 --- a/cmake/SlangTarget.cmake +++ b/cmake/SlangTarget.cmake @@ -60,6 +60,7 @@ function(slang_add_target dir type) INCLUDE_FROM_PRIVATE # Any include directories other targets need to use this target INCLUDE_DIRECTORIES_PUBLIC + # Any include directories this target only needs INCLUDE_DIRECTORIES_PRIVATE # Add a dependency on the new target to the specified targets REQUIRED_BY |
