CMAKE_CURRENT_BINARY_DIR.rst 433 B

12345678910
  1. CMAKE_CURRENT_BINARY_DIR
  2. ------------------------
  3. The path to the binary directory currently being processed.
  4. This the full path to the build directory that is currently being
  5. processed by cmake. Each directory added by :command:`add_subdirectory` will
  6. create a binary directory in the build tree, and as it is being
  7. processed this variable will be set. For in-source builds this is the
  8. current source directory being processed.