| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- # CMAKE generated file: DO NOT EDIT!
- # Generated by "Ninja" Generator, CMake Version 3.29
- # 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: Project
- # Configurations: Release
- # =============================================================================
- # =============================================================================
- #############################################
- # Rule for running custom commands.
- rule CUSTOM_COMMAND
- command = $COMMAND
- description = $DESC
- #############################################
- # Rule for re-running cmake.
- rule RERUN_CMAKE
- command = "C:\Program Files\JetBrains\CLion 2024.2.2\bin\cmake\win\x64\bin\cmake.exe" --regenerate-during-build -SC:\Users\Dream\Desktop\PQN\lib\glm -BC:\Users\Dream\Desktop\PQN\lib\glm\cmake-build-release
- description = Re-running CMake...
- generator = 1
- #############################################
- # Rule for cleaning all built files.
- rule CLEAN
- command = "C:\Program Files\JetBrains\CLion 2024.2.2\bin\ninja\win\x64\ninja.exe" $FILE_ARG -t clean $TARGETS
- description = Cleaning all built files...
- #############################################
- # Rule for printing all primary targets available.
- rule HELP
- command = "C:\Program Files\JetBrains\CLion 2024.2.2\bin\ninja\win\x64\ninja.exe" -t targets
- description = All primary targets available:
|