cmake: make it compile on OS X

This commit is contained in:
Eugene Shalygin 2016-03-12 03:49:34 +01:00
commit 1d6a1db491
4 changed files with 81 additions and 11 deletions

0
dist/mac/CMakeLists.txt vendored Normal file
View file

2
dist/mac/bundle.cmake vendored Normal file
View file

@ -0,0 +1,2 @@
include(BundleUtilities)
fixup_bundle("$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}/qbittorrent.app" "" "")