From 657287e774c6d7f740bedbcbd9846de473dd1b18 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 29 Oct 2024 10:15:21 +0800 Subject: format cmake files (#5406) * format cmake files * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> --- source/slang-wasm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang-wasm') 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 -- cgit v1.2.3