1CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE
2--------------------------------------
3
4Automatically add the current source and build directories to the
5:prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES` target property.
6
7If this variable is enabled, CMake automatically adds for each shared
8library target, static library target, module target and executable
9target, :variable:`CMAKE_CURRENT_SOURCE_DIR` and
10:variable:`CMAKE_CURRENT_BINARY_DIR` to
11the :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES` target property.  By default
12``CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE`` is ``OFF``.
13