dolphin/Source/Core
Scott Mansell 987f270083
cmake: fix buggy target sources on windows
I have no idea why cmake supports PUBLIC on target_sources,
but it does. It causes all targets that depend on this target
to try and include the files in their sources.
Except it doesn't take paths into account, so it breaks. Mabye
it would work if you used an abolute source? But I'm not sure
there is a sane usecase.
2022-05-22 00:29:46 +02:00
..
AudioCommon IOFile: Make origin parameter to Seek() an enum class. 2022-01-29 06:49:21 +01:00
Common cmake: fix buggy target sources on windows 2022-05-22 00:29:46 +02:00
Core MainSettings: Make MAIN_CUSTOM_RTC_VALUE default value less magical 2022-05-20 20:35:53 -07:00
DiscIO Merge pull request #10514 from JosJuice/datel-no-gametdb 2022-03-26 03:38:57 +01:00
DolphinNoGUI msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinQt Merge pull request #10674 from OatmealDome/mac-steam-overlay 2022-05-19 22:43:57 -04:00
DolphinTool Merge pull request #10629 from Tilka/spaces 2022-05-03 23:01:25 +01:00
InputCommon Core/WGInput: Use fmt logging and include HRESULT in messages 2022-05-19 12:12:19 -07:00
MacUpdater CMakeLists: Replace tab characters with spaces 2022-01-16 15:20:40 -08:00
UICommon Common/PointerWrap: Prevent reads/writes past the end of the buffer. 2022-04-18 23:48:00 +02:00
UpdaterCommon UpdaterCommon: Copy content file to a temporary file before renaming on macOS 2022-01-30 15:40:28 -05:00
VideoBackends Show a panic alert if the CP matrix indices don't match the XF matrix indices 2022-05-18 14:43:14 -07:00
VideoCommon Merge pull request #10677 from Pokechu22/no-printf-log 2022-05-19 17:55:17 -04:00
WinUpdater msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.vcxproj msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00