Break CMakeLists.txt

This commit is contained in:
Exzap 2022-08-26 09:59:11 +02:00 committed by GitHub
parent 723fd8cbef
commit 3706a3e0ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,9 @@ mainLLE.cpp
) )
endif() endif()
add_executable(CemuBin
badfile)
target_precompile_headers(CemuBin PRIVATE Common/precompiled.h) target_precompile_headers(CemuBin PRIVATE Common/precompiled.h)
if(WIN32) if(WIN32)