mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-02-05 22:18:54 +00:00
- Fix target_precompile_headers() usage; the CemuCommon target exposes the src/Common/precompiled.h precompiled header as part of its public interface with target_precompile_headers(CemuCommon PUBLIC precompiled.h), so all the other targets wanting to use the precompiled header have to link to the CemuCommon target with target_precompile_headers(TargetName PRIVATE CemuCommon). - Set the project version to 2.0 - Set RUNTIME_OUTPUT_DIRECTORY instead of only their _DEBUG and _RELEASE variants, fixing the compilation when neither build types are defined - Use a consistent indentation style (tabs, like in the .cpp files) - Use "modern" variants of some functions, e.g. add_definitions -> add_compile_definitions |
||
|---|---|---|
| .. | ||
| xaudio2_7 | ||
| audioDebuggerWindow.cpp | ||
| audioDebuggerWindow.h | ||
| CMakeLists.txt | ||
| CubebAPI.cpp | ||
| CubebAPI.h | ||
| DirectSoundAPI.cpp | ||
| DirectSoundAPI.h | ||
| IAudioAPI.cpp | ||
| IAudioAPI.h | ||
| XAudio2API.cpp | ||
| XAudio2API.h | ||
| XAudio27API.cpp | ||
| XAudio27API.h | ||