mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-19 07:48:52 +00:00
cmake: Remove PCH support
Compilers are very picky and don't use PCH when they have been compiled with different flags. I even got some ICE in MSVC, so removing them for now. Modules are the solution.
This commit is contained in:
parent
f70a1a27fa
commit
fa04c1479e
4 changed files with 1 additions and 74 deletions
1
Externals/wxWidgets3/CMakeLists.txt
vendored
1
Externals/wxWidgets3/CMakeLists.txt
vendored
|
@ -890,6 +890,5 @@ add_definitions(-DWXBUILDING)
|
|||
# wxWidgets warnings are not our problem.
|
||||
add_definitions(-w)
|
||||
|
||||
#enable_precompiled_headers(include/wx/wxprec.h src/common/dummy.cpp SRCS)
|
||||
add_library(wx STATIC ${PNG_SRCS} ${SRCS})
|
||||
target_link_libraries(wx ${LIBS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue