diff options
| author | Maarten ter Huurne <maarten@treewalker.org> | 2011-12-05 00:57:51 +0100 |
|---|---|---|
| committer | Maarten ter Huurne <maarten@treewalker.org> | 2011-12-05 00:57:51 +0100 |
| commit | 7417ecf67fc03e7ff06678523f4add4f1e0a365d (patch) | |
| tree | 3eb462a091636b72522ad68db67a5972b111aa13 /Source/Core/InputCommon/Src/ControllerInterface/DInput/DInput.cpp | |
| parent | d249ee599a8d0fc78013b8432c33a5eb1ed27e0c (diff) | |
Tell the linker to not treat its input as Objective C/C++ source.
Flags in CMAKE_CXX_FLAGS are passed to both compile and link commands.
A cleaner solution would be to use set_source_files_properties().
However, currently there are headers (StdThread.h, maybe more) that contain
Objective syntax. So it is not easy to determine exactly which source files
should be compiled as Objective C/C++ and that set can quickly change when
certain #include directives are modified. The solution for that would be to
move all uses of Objective syntax to implementation (.cpp) files and then
apply set_source_files_properties() to those.
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface/DInput/DInput.cpp')
0 files changed, 0 insertions, 0 deletions
