cpp-utilities/cmake/modules
Martchus 942c14ce3d Fix target include dirs
* Add include path of own header files for build
  and external use via imported target. Previously
  only include dirs required for external libs were
  added.
* Using global include dirs is no longer required.
* When PUBLIC_SHARED_INCLUDE_DIRS is empty, adding
  "${PUBLIC_SHARED_INCLUDE_DIRS}" to public include dirs
  does not leave INTERFACE_INCLUDE_DIRECTORIES property
  empty. Instead the source dir is added. So just don't
  use quotes here.
2017-07-11 22:02:27 +02:00
..
3rdParty.cmake Allow overriding 3rd party libs/includes 2017-07-04 22:44:32 +02:00
AppTarget.cmake Fix target include dirs 2017-07-11 22:02:27 +02:00
BasicConfig.cmake Add install target for 'extra-files' 2017-07-11 19:34:38 +02:00
ConfigHeader.cmake Unset version info when not available 2017-04-15 23:33:52 +02:00
Doxygen.cmake Add general target for generating API doc 2017-04-04 01:00:17 +02:00
LibraryTarget.cmake Fix target include dirs 2017-07-11 22:02:27 +02:00
ListToString.cmake Improve CMake modules 2017-02-11 02:30:46 +01:00
ShellCompletion.cmake Improve CMake modules 2017-02-11 02:30:46 +01:00
TemplateFinder.cmake Improve CMake modules 2017-02-11 02:30:46 +01:00
TestTarget.cmake Fix target include dirs 2017-07-11 22:02:27 +02:00
WindowsResources.cmake Improve CMake modules 2017-02-11 02:30:46 +01:00