mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
Cleanup blank line
This commit is contained in:
parent
2cf6ebfbcc
commit
3fd66d257a
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ file(GLOB_RECURSE CPP_FILES *.cpp)
|
|||
file(GLOB_RECURSE H_FILES *.h)
|
||||
add_library(CemuCafe ${CPP_FILES} ${H_FILES})
|
||||
|
||||
|
||||
set_property(TARGET CemuCafe PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
||||
target_precompile_headers(CemuCafe PRIVATE ../Common/precompiled.h)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue