cxxopts/test
Mario Werner 0a5c7331ef add support for cmake's find_package() (refs #52)
This rewrite of the main CMakeLists.txt cleans up the way ICU flags
are attached to the library target and adds the cmake helper files
(cxxopts-config.cmake, cxxopts-config-version.cmake,
cxxopts-targets.cmake) which are needed for exporting the cxxopts
target. Cmake's find_package command uses these files when the
library is consumed by another project.

Additionally, two new tests have been added which build the example
application via add_subdirectory and find_package.
2017-06-19 15:57:43 +02:00
..
add-subdirectory-test add support for cmake's find_package() (refs #52) 2017-06-19 15:57:43 +02:00
find-package-test add support for cmake's find_package() (refs #52) 2017-06-19 15:57:43 +02:00
.gitignore ignore built files 2016-08-26 08:26:42 +10:00
catch.hpp add testing 2016-08-25 08:49:56 +10:00
CMakeLists.txt add support for cmake's find_package() (refs #52) 2017-06-19 15:57:43 +02:00
main.cpp missing file 2017-05-31 17:57:27 +10:00
options.cpp Enable warnings and fix them 2017-06-01 17:12:17 +10:00