You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
469 B

  1. CMAKE_SHARED_LINKER_FLAGS_INIT
  2. ------------------------------
  3. Value used to initialize the :variable:`CMAKE_SHARED_LINKER_FLAGS`
  4. cache entry the first time a build tree is configured.
  5. This variable is meant to be set by a :variable:`toolchain file
  6. <CMAKE_TOOLCHAIN_FILE>`. CMake may prepend or append content to
  7. the value based on the environment and target platform.
  8. See also the configuration-specific variable
  9. :variable:`CMAKE_SHARED_LINKER_FLAGS_<CONFIG>_INIT`.