mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Add option USE_COTIRE=ON (by default)
Precompiled headers cause rebuild problems with ninja, for example.
This commit is contained in:
parent
5a41d75eb8
commit
491526b421
3 changed files with 15 additions and 10 deletions
|
@ -22,6 +22,7 @@ option(USE_LIBEVDEV "libevdev-based joystick support" ON)
|
|||
option(USE_DISCORD_RPC "Discord rich presence integration" ON)
|
||||
option(USE_SYSTEM_ZLIB "Prefer system ZLIB instead of the builtin one" ON)
|
||||
option(USE_VULKAN "Vulkan render backend" ON)
|
||||
option(USE_COTIRE "Use precompiled headers" ON)
|
||||
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/rpcs3/cmake_modules")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue