1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 13bc74e957 CMakeLists: Move compilation flags into the src directory
We generally shouldn't be hijacking CMAKE_CXX_FLAGS, etc as a means to
append flags to the targets, since this adds the compilation flags to
everything, including our externals, which can result in weird issues
and makes the build hierarchy fragile.

Instead, we want to just apply these compilation flags to our targets,
and let those managing external libraries to properly specify their
compilation flags.

This also results in us not getting as many warnings, as we don't raise
the warning level on every external target.
2019-03-17 01:49:09 -04:00
..
audio_core audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 2019-03-09 18:06:23 -05:00
common Merge pull request #2129 from FernandoS27/cntpct 2019-03-16 21:58:59 -04:00
core Merge pull request #2249 from lioncash/ipc 2019-03-16 22:22:03 -04:00
input_common fixup! Joystick: Allow for background events; Add deadzone to SDLAnalog 2019-03-02 19:12:46 +01:00
tests kernel: Make the address arbiter instance per-process 2019-03-07 23:27:51 -05:00
video_core gl_rasterizer: Skip zero addr/sized regions on flush/invalidate. 2019-03-16 22:03:19 -04:00
web_service web_service: Remove unnecessary inclusions 2019-03-02 14:58:49 -05:00
yuzu video_core: Refactor to use MemoryManager interface for all memory access. 2019-03-16 00:38:48 -04:00
yuzu_cmd Merge pull request #2187 from FearlessTobi/port-sdl-things 2019-03-13 11:46:57 -04:00
.clang-format
CMakeLists.txt CMakeLists: Move compilation flags into the src directory 2019-03-17 01:49:09 -04:00