1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

macOS: full rework of Mac packaging process

- Most of outdated CMakeLists code removed.
- All Mac-specific code is removed include Sparkle support and vcmibuilder app.
- DMG buidling reimplemented using macdeployqt command.
This commit is contained in:
Arseniy Shestakov
2017-08-07 19:43:32 +03:00
parent 193f492b99
commit 56f89270db
30 changed files with 125 additions and 2004 deletions

View File

@@ -38,7 +38,7 @@ set(mock_HEADERS
mock/mock_UnitHealthInfo.h
)
add_subdirectory(googletest EXCLUDE_FROM_ALL)
add_subdirectory_with_folder("3rdparty" googletest EXCLUDE_FROM_ALL)
add_executable(vcmitest ${test_SRCS} ${test_HEADERS} ${mock_HEADERS} ${GTestSrc}/src/gtest-all.cc ${GMockSrc}/src/gmock-all.cc)
target_link_libraries(vcmitest vcmi ${RT_LIB} ${DL_LIB})