CMAKE_BINARY_DIR.rst 222 B

12345678
  1. CMAKE_BINARY_DIR
  2. ----------------
  3. The path to the top level of the build tree.
  4. This is the full path to the top level of the current CMake build
  5. tree. For an in-source build, this would be the same as
  6. CMAKE_SOURCE_DIR.