CMAKE_SOURCE_DIR — CMake 3.23.0-rc3 Documentation
cmake.org › latest › variableThis is the full path to the top level of the current CMake source tree. For an in-source build, this would be the same as CMAKE_BINARY_DIR. When run in -P script mode, CMake sets the variables CMAKE_BINARY_DIR, CMAKE_SOURCE_DIR , CMAKE_CURRENT_BINARY_DIR and CMAKE_CURRENT_SOURCE_DIR to the current working directory.
set_directory_properties() - CMake 3.21 Documentation
www.typeerror.org › docs › cmake~3set_directory_properties Set properties of the current directory and subdirectories. set_directory_properties(PROPERTIES prop1 value1 [prop2 value2] ...) Sets properties of the current directory and its subdirectories in key-value pairs. See also the set_property(DIRECTORY) command. See Properties on Directories for the list of properties known to CMake and their individual documentation for ...
CMake 3.23.0-rc5 is ready for testing
www.kitware.com › cmake-3/23/0-rc5-is-ready-forMar 23, 2022 · * "cmake-presets(7)" files now support a "${fileDir}" macro, which contains the directory containing the preset file. * "cmake-presets(7)" gained support for specifying the "resolvePackageReferences" command line option in a build preset to control restoration behavior of package references from external package managers.