mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
feat: Use precompiled headers for 130-180% speedup (#4494)
This commit is contained in:
commit
993da92199
6 changed files with 346 additions and 11 deletions
|
|
@ -1,6 +1,9 @@
|
|||
cmake_minimum_required(VERSION 3.22) # minimum version required by Qt
|
||||
|
||||
project(Launcher)
|
||||
project(Launcher LANGUAGES C CXX)
|
||||
if(APPLE)
|
||||
enable_language(OBJC OBJCXX)
|
||||
endif()
|
||||
|
||||
string(COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BUILD_DIR}" IS_IN_SOURCE_BUILD)
|
||||
if(IS_IN_SOURCE_BUILD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue