cmake: fix MSVC PCH support

I'm not sure if the previous implementation ever worked.
This commit is contained in:
Scott Mansell 2022-04-27 18:57:13 +12:00 committed by Admiral H. Curtiss
commit 0909e00117
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
5 changed files with 37 additions and 6 deletions

View file

@ -14,6 +14,5 @@ target_include_directories(imgui PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")
target_link_libraries(imgui
PRIVATE
common
fmt::fmt
)