mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 12:56:58 +03:00
Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into develop
This commit is contained in:
commit
6f1278b607
2 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
cmake_minimum_required(VERSION 2.8.9)
|
||||
|
||||
# In Qt 5.1+ we have our own main() function, don't autolink to qtmain on Windows
|
||||
cmake_policy(SET CMP0020 OLD)
|
||||
|
||||
project(MultiMC)
|
||||
|
||||
######## Set CMake options ########
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
|
||||
# In Qt 5.1+ we have our own main() function, don't autolink to qtmain on Windows
|
||||
cmake_policy(SET CMP0020 OLD)
|
||||
|
||||
project(unpack200)
|
||||
|
||||
# Find ZLIB for quazip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue