1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-25 05:54:33 +00:00
Eugene Shalygin fa770871e9 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-06-05 11:39:11 +02:00
..
2018-04-10 20:51:11 +03:00
2018-05-08 08:33:07 +03:00
2018-06-05 11:39:11 +02:00
2017-05-07 16:20:18 +03:00
2018-05-13 12:11:19 +03:00
2016-03-26 01:50:13 +02:00
2018-05-25 21:22:31 +08:00