mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-02 13:01:18 +12:00
Merge pull request #112 from Tachi107/build-minor-fixes
build: minor refactoring and fixes
This commit is contained in:
commit
4ed38a28b9
13 changed files with 208 additions and 235 deletions
|
@ -12,8 +12,6 @@ endif()
|
|||
|
||||
set_property(TARGET CemuCafe PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
||||
target_precompile_headers(CemuCafe PRIVATE ../Common/precompiled.h)
|
||||
|
||||
target_include_directories(CemuCafe PUBLIC "../")
|
||||
|
||||
target_link_libraries(CemuCafe PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue