mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 15:24:55 +00:00
4 lines
179 B
Text
4 lines
179 B
Text
|
add_library(pch pch.h pch.cpp)
|
||
|
set(PCH_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
||
|
set(PCH_NAME ${PCH.pch})
|
||
|
target_compile_options(pch PUBLIC /Ycpch.h /Fp${PCH_DIRECTORY}/${PCH_NAME})
|