Skip to content

Commit ee28133

Browse files
authored
format code (#42)
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
1 parent f5ce3a0 commit ee28133

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tools/CMakeLists.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,16 @@ if(SLANG_ENABLE_GFX)
169169
${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_LIST_DIR}/gfx/gfx.slang
170170
${modules_dest_dir}/gfx.slang
171171
COMMAND
172-
${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_LIST_DIR}/gfx/slang.slang
172+
${CMAKE_COMMAND} -E copy
173+
${CMAKE_CURRENT_LIST_DIR}/gfx/slang.slang
173174
${modules_dest_dir}/slang.slang
174175
WORKING_DIRECTORY ${slang_SOURCE_DIR}
175176
VERBATIM
176177
)
177-
set_target_properties(copy-gfx-slang-modules PROPERTIES FOLDER generators)
178+
set_target_properties(
179+
copy-gfx-slang-modules
180+
PROPERTIES FOLDER generators
181+
)
178182
install(
179183
FILES ${modules_dest_dir}/gfx.slang ${modules_dest_dir}/slang.slang
180184
DESTINATION ${runtime_subdir}

0 commit comments

Comments
 (0)