1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-04 05:56:02 +00:00
transmission/cmake
Sam Thursfield e24d826611 Fix CMake build system with the Ninja backend
Previously building with `cmake -G Ninja` would fail with this error:

    ninja: error: 'third-party/event-c51b159cff/lib/libevent.a', needed by
      'libtransmission/transmission-test-watchdir_generic', missing and no
      known rule to make it

This was due to missing BUILD_BYPRODUCTS in the calls to
ExternalProject_Add(), as discussed here:
<https://cmake.org/pipermail/cmake/2015-April/060234.html>
2016-10-30 22:22:05 +00:00
..
FindB64.cmake Use libb64 instead of OpenSSL to encode/decode BASE64 2015-01-01 21:16:36 +00:00
FindCyaSSL.cmake Add support for WolfSSL 2015-03-15 16:57:30 +00:00
FindDHT.cmake #5828: Initial CMake build system support 2014-12-01 19:55:22 +00:00
FindEVENT2.cmake #5828: Initial CMake build system support 2014-12-01 19:55:22 +00:00
FindICONV.cmake Fix warning for when 2nd iconv() argument is const 2016-02-23 05:07:43 +00:00
FindMINIUPNPC.cmake #5828: Initial CMake build system support 2014-12-01 19:55:22 +00:00
FindNATPMP.cmake #5828: Initial CMake build system support 2014-12-01 19:55:22 +00:00
FindPolarSSL.cmake Add support for mbedtls (formely polarssl) 2016-10-26 22:27:20 +03:00
FindUTP.cmake #5828: Initial CMake build system support 2014-12-01 19:55:22 +00:00
LargeFileSupport.cmake Define one of LFS macros instead of using xxx64 functions directly. 2015-03-10 22:31:09 +00:00
Transmission.rc.in Fix copyright year in Win32 resources 2016-03-03 09:47:40 +00:00
TrMacros.cmake Fix CMake build system with the Ninja backend 2016-10-30 22:22:05 +00:00