Cemu/src/resource
Andrea Pappacoda 719ee90b27
build: minor refactoring and fixes
- 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
2022-09-02 13:05:15 +02:00
..
debugger Add all the files 2022-08-22 22:21:23 +02:00
embedded Initial macOS port bringup (#52) 2022-08-26 04:03:26 +02:00
input Add all the files 2022-08-22 22:21:23 +02:00
CafeDefaultFont.cpp Add all the files 2022-08-22 22:21:23 +02:00
cemu.rc Infrastructure for shipping and auto-updating experimental releases (#131) 2022-08-31 12:04:09 +02:00
CMakeLists.txt build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
fontawesome-webfont.ttf Add all the files 2022-08-22 22:21:23 +02:00
icons8-cardboard-box-filled-50.png Add all the files 2022-08-22 22:21:23 +02:00
icons8-checkmark-yes-32.png Add all the files 2022-08-22 22:21:23 +02:00
icons8-compose-filled-50.ico Add all the files 2022-08-22 22:21:23 +02:00
icons8-error-32.png Add all the files 2022-08-22 22:21:23 +02:00
icons8-help-24.png Add all the files 2022-08-22 22:21:23 +02:00
icons8-refresh-32.png Add all the files 2022-08-22 22:21:23 +02:00
icons8_automatic_26_xQK_icon.ico Add all the files 2022-08-22 22:21:23 +02:00
icons8_cardboard_box_filled.ico Add all the files 2022-08-22 22:21:23 +02:00
IconsFontAwesome5.h Add all the files 2022-08-22 22:21:23 +02:00
logo_1.png Add all the files 2022-08-22 22:21:23 +02:00
logo_icon.ico Add all the files 2022-08-22 22:21:23 +02:00
logo_icon.png Add all the files 2022-08-22 22:21:23 +02:00
logo_icon2.ico Add all the files 2022-08-22 22:21:23 +02:00
logo_icon16.ico Add all the files 2022-08-22 22:21:23 +02:00
orig1024.ico Add all the files 2022-08-22 22:21:23 +02:00
output.ico Add all the files 2022-08-22 22:21:23 +02:00
resource.h Add all the files 2022-08-22 22:21:23 +02:00