Module cmake_parser::command::project

source ·

Structs§

Enums§

  • Add a custom build rule to the generated build system.
  • Get a command line to build the current project.
  • Export targets or packages for outside projects to use them directly from the current project’s build tree, without installation.
  • Specify rules to run at install time.
  • Load in the values from another project’s CMake cache.
  • Define a grouping for source files in IDE project generation.
  • Specify libraries or flags to use when linking a given target and/or its dependents.
  • Add a list of header files to precompile.
  • Try building some code.
  • Try compiling and then running some code.