cpp-utilities/cmake/modules
Martchus 2bb4aa36a4 Let tests find the testfiles from sources without extra args
Currently the path of the testfiles always had to be specified
either manually using the -p argument or by running the tests
via the build system targets. The first option is annoying and
the second option not so nice when using Qt Creator and the
debugger.

This commit allows tests to find the testfiles from the source
directory automatically (as fallback). This is achieved by
creating a file containing the path of the source directory
with CMake. Note that this file can only be found if the working
directory is set to the binary directory (default in Qt Creator).
2017-10-30 23:01:07 +01:00
..
3rdParty.cmake Use also actual lib name to check whether dependency is public 2017-10-08 20:24:48 +02:00
AppTarget.cmake Fix mingw-w64 targets 2017-08-31 02:16:05 +02:00
BasicConfig.cmake Set dependencies of tidy target correctly 2017-10-24 01:01:29 +02:00
ConfigHeader.cmake Don't add include path for config.h to header-only libs 2017-10-23 01:08:25 +02:00
Doxygen.cmake Allow disabling install targets 2017-07-20 01:43:10 +02:00
LibraryTarget.cmake Do not add sources to header-only libs 2017-10-23 01:12:51 +02:00
ListToString.cmake Improve CMake modules 2017-02-11 02:30:46 +01:00
ShellCompletion.cmake Allow disabling install targets 2017-07-20 01:43:10 +02:00
TemplateFinder.cmake Improve CMake modules 2017-02-11 02:30:46 +01:00
TestTarget.cmake Let tests find the testfiles from sources without extra args 2017-10-30 23:01:07 +01:00
WindowsResources.cmake Improve CMake modules 2017-02-11 02:30:46 +01:00