]> granicus.if.org Git - transmission/commit
#5828: Initial CMake build system support
authorMike Gelfand <mikedld@mikedld.com>
Mon, 1 Dec 2014 19:55:22 +0000 (19:55 +0000)
committerMike Gelfand <mikedld@mikedld.com>
Mon, 1 Dec 2014 19:55:22 +0000 (19:55 +0000)
commit83c4edb00810ff14a6fe86fbbb3868f2d6c36511
treebbcf705ffc3bb1d85e0c8c56f3c5fb26f85ada5d
parent17769e2e2aba4a58cf297f12f49c5501cf64629f
#5828: Initial CMake build system support
21 files changed:
CMakeLists.txt [new file with mode: 0644]
cli/CMakeLists.txt [new file with mode: 0644]
cmake/FindDHT.cmake [new file with mode: 0644]
cmake/FindEVENT2.cmake [new file with mode: 0644]
cmake/FindICONV.cmake [new file with mode: 0644]
cmake/FindMINIUPNPC.cmake [new file with mode: 0644]
cmake/FindNATPMP.cmake [new file with mode: 0644]
cmake/FindUTP.cmake [new file with mode: 0644]
cmake/TrMacros.cmake [new file with mode: 0644]
daemon/CMakeLists.txt [new file with mode: 0644]
gtk/CMakeLists.txt [new file with mode: 0644]
libtransmission/CMakeLists.txt [new file with mode: 0644]
libtransmission/version.h.in [new file with mode: 0644]
po/CMakeLists.txt [new file with mode: 0644]
qt/CMakeLists.txt [new file with mode: 0644]
third-party/dht.cmake [new file with mode: 0644]
third-party/event2.cmake [new file with mode: 0644]
third-party/natpmp.cmake [new file with mode: 0644]
third-party/utp.cmake [new file with mode: 0644]
third-party/utp_config.h [new file with mode: 0644]
utils/CMakeLists.txt [new file with mode: 0644]