Cemu/src/config
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
..
ActiveSettings.cpp Remove cemuhook and fix exports (#73) 2022-08-26 19:41:42 +02:00
ActiveSettings.h Add all the files 2022-08-22 22:21:23 +02:00
CemuConfig.cpp Add Rudimentray Proxy Support (#68) 2022-08-26 17:04:46 +02:00
CemuConfig.h Add Rudimentray Proxy Support (#68) 2022-08-26 17:04:46 +02:00
CMakeLists.txt build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
ConfigValue.h Add all the files 2022-08-22 22:21:23 +02:00
LaunchSettings.cpp Infrastructure for shipping and auto-updating experimental releases (#131) 2022-08-31 12:04:09 +02:00
LaunchSettings.h Add all the files 2022-08-22 22:21:23 +02:00
PermanentConfig.cpp Add all the files 2022-08-22 22:21:23 +02:00
PermanentConfig.h Add all the files 2022-08-22 22:21:23 +02:00
PermanentStorage.cpp Add all the files 2022-08-22 22:21:23 +02:00
PermanentStorage.h Add all the files 2022-08-22 22:21:23 +02:00
XMLConfig.h Fix compilation on GCC and other Linux fixes (#80) 2022-08-28 15:29:15 +02:00