Files
qBittorrent/cmake/Modules
Eugene Shalygin bb893e70c5 Refactor CMake build scripts
1. Use FeatureSummary module to show configuration results.

2. Invert option()/find_package() relationship: instead of
calling find_package(... REQUIRED) when option is set, rely on optional
find package call and PackageName_FOUND variable.

3. Refactor handling options that result in simple preprocessor defines
(actually copy the snippet from libtorrent) so that everything is done
in a single function call.

4. Populate target properties in order to get rid of
include_directories() calls.
2018-08-12 11:08:06 +03:00
..
2017-05-19 10:44:36 +02:00
2018-03-14 23:37:08 +08:00
2016-02-29 12:53:43 +01:00
2016-02-29 12:53:43 +01:00
2017-08-29 13:39:01 +08:00