CMAKE_BUILD_RPATH.rst 408 B

12345678910
  1. CMAKE_BUILD_RPATH
  2. -----------------
  3. A :ref:`;-list <CMake Language Lists>` specifying runtime path (``RPATH``)
  4. entries to add to binaries linked in the build tree (for platforms that
  5. support it). The entries will *not* be used for binaries in the install
  6. tree. See also the :variable:`CMAKE_INSTALL_RPATH` variable.
  7. This is used to initialize the :prop_tgt:`BUILD_RPATH` target property
  8. for all targets.