mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 00:11:17 +12: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 |
||
---|---|---|
.. | ||
debugger | ||
embedded | ||
input | ||
CafeDefaultFont.cpp | ||
cemu.rc | ||
CMakeLists.txt | ||
fontawesome-webfont.ttf | ||
icons8-cardboard-box-filled-50.png | ||
icons8-checkmark-yes-32.png | ||
icons8-compose-filled-50.ico | ||
icons8-error-32.png | ||
icons8-help-24.png | ||
icons8-refresh-32.png | ||
icons8_automatic_26_xQK_icon.ico | ||
icons8_cardboard_box_filled.ico | ||
IconsFontAwesome5.h | ||
logo_1.png | ||
logo_icon.ico | ||
logo_icon.png | ||
logo_icon2.ico | ||
logo_icon16.ico | ||
orig1024.ico | ||
output.ico | ||
resource.h |