1CMAKE_CURRENT_SOURCE_DIR 2------------------------ 3 4The path to the source directory currently being processed. 5 6This the full path to the source directory that is currently being 7processed by cmake. 8 9When run in -P script mode, CMake sets the variables 10:variable:`CMAKE_BINARY_DIR`, :variable:`CMAKE_SOURCE_DIR`, 11:variable:`CMAKE_CURRENT_BINARY_DIR` and 12:variable:`CMAKE_CURRENT_SOURCE_DIR` to the current working directory. 13