diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-10-29 10:15:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-29 10:15:21 +0800 |
| commit | 657287e774c6d7f740bedbcbd9846de473dd1b18 (patch) | |
| tree | 0466c5182a4331df4442551dc5305aece34b1e85 /source/slang-wasm | |
| parent | d38fbaefe4e4e43f9febc1afb985227a221963ea (diff) | |
format cmake files (#5406)
* format cmake files
* format code
---------
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'source/slang-wasm')
| -rw-r--r-- | source/slang-wasm/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang-wasm/CMakeLists.txt b/source/slang-wasm/CMakeLists.txt index 75bbe3b69..2f3e6e8d3 100644 --- a/source/slang-wasm/CMakeLists.txt +++ b/source/slang-wasm/CMakeLists.txt @@ -3,7 +3,7 @@ # # This is an executable target because emcmake produces .a files without bindings if you just create a static library # https://stackoverflow.com/questions/63622009/static-library-built-with-cmake-as-a-with-emscripten-instead-of-wasm-js -if (EMSCRIPTEN) +if(EMSCRIPTEN) slang_add_target( . EXECUTABLE |
