Cleanup blank line

This commit is contained in:
Tom Lally 2022-08-28 12:59:55 +01:00
parent 2cf6ebfbcc
commit 3fd66d257a

View file

@ -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)