# CMAKE generated file: DO NOT EDIT! # Generated by "Ninja" Generator, CMake Version 3.26 # This file contains all the rules used to get the outputs files # built from the input files. # It is included in the main 'build.ninja'. # ============================================================================= # Project: RayTracing # Configurations: RelWithDebInfo # ============================================================================= # ============================================================================= ############################################# # Rule for compiling CXX files. rule CXX_COMPILER__RayTracing_unscanned_RelWithDebInfo deps = msvc command = E:\VS\VC\Tools\Llvm\x64\bin\clang-cl.exe /nologo -TP $DEFINES $INCLUDES $FLAGS /showIncludes /Fo$out /Fd$TARGET_COMPILE_PDB -c -- $in description = Building CXX object $out ############################################# # Rule for linking CXX executable. rule CXX_EXECUTABLE_LINKER__RayTracing_RelWithDebInfo command = cmd.exe /C "$PRE_LINK && E:\vs\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_exe --intdir=$OBJECT_DIR --rc="D:\Windows Kits\10\bin\10.0.22000.0\x64\rc.exe" --mt="D:\Windows Kits\10\bin\10.0.22000.0\x64\mt.exe" --manifests $MANIFESTS -- E:\vs\VC\Tools\Llvm\x64\bin\lld-link.exe /nologo $in /out:$TARGET_FILE /implib:$TARGET_IMPLIB /pdb:$TARGET_PDB /version:0.0 $LINK_FLAGS $LINK_PATH $LINK_LIBRARIES && $POST_BUILD" description = Linking CXX executable $TARGET_FILE restat = $RESTAT ############################################# # Rule for running custom commands. rule CUSTOM_COMMAND command = $COMMAND description = $DESC ############################################# # Rule for re-running cmake. rule RERUN_CMAKE command = E:\vs\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe --regenerate-during-build -SF:\coding\games101_homework\07\Assignment7 -BF:\coding\games101_homework\07\Assignment7\out\build\x64-Clang-Release description = Re-running CMake... generator = 1 ############################################# # Rule for cleaning all built files. rule CLEAN command = E:\VS\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe $FILE_ARG -t clean $TARGETS description = Cleaning all built files... ############################################# # Rule for printing all primary targets available. rule HELP command = E:\VS\COMMON7\IDE\COMMONEXTENSIONS\MICROSOFT\CMAKE\Ninja\ninja.exe -t targets description = All primary targets available: