Cemu/src
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
..
asm build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
audio build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
Cafe build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
Cemu build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
Common build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
config build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
gui build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
imgui build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
input build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
resource build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
tools Add all the files 2022-08-22 22:21:23 +02:00
util build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
CMakeLists.txt build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
main.cpp Misc. Linux improvements and bug fixes. (#121) 2022-09-01 20:46:20 +02:00
mainLLE.cpp Add all the files 2022-08-22 22:21:23 +02:00