Cemu/src/util
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
..
boost Add all the files 2022-08-22 22:21:23 +02:00
ChunkedHeap Add all the files 2022-08-22 22:21:23 +02:00
containers Add all the files 2022-08-22 22:21:23 +02:00
crypto Misc. Linux improvements and bug fixes. (#121) 2022-09-01 20:46:20 +02:00
DXGIWrapper Add all the files 2022-08-22 22:21:23 +02:00
Fiber Initial implementation of macOS Vulkan renderer over MoltenVK (#124) 2022-08-30 19:02:56 +02:00
helpers Fix compilation on GCC and other Linux fixes (#80) 2022-08-28 15:29:15 +02:00
highresolutiontimer Add all the files 2022-08-22 22:21:23 +02:00
ImageWriter Add all the files 2022-08-22 22:21:23 +02:00
IniParser Add all the files 2022-08-22 22:21:23 +02:00
libusbWrapper Initial macOS port bringup (#52) 2022-08-26 04:03:26 +02:00
math Add all the files 2022-08-22 22:21:23 +02:00
MemMapper Initial macOS port bringup (#52) 2022-08-26 04:03:26 +02:00
ThreadPool Add all the files 2022-08-22 22:21:23 +02:00
tinyxml2 Add all the files 2022-08-22 22:21:23 +02:00
VirtualHeap Add all the files 2022-08-22 22:21:23 +02:00
Zir fix some printf format specifiers (#76) 2022-08-27 09:33:01 +02:00
CMakeLists.txt build: minor refactoring and fixes 2022-09-02 13:05:15 +02:00
EventService.h Add all the files 2022-08-22 22:21:23 +02:00