Re: [cmake-developers] Adding Swift support to CMake for Linux/Makefiles

2016-01-07 Thread Eric Wing
On 12/24/15, Eric Wing wrote: >> set(SWIFT_BRIDGING_HEADER SwiftSDL-Bridging-Header.h) > > Quick addendum: Just realized the bridging header should probably be > per-target. > For reference, we have an Xcode specific, per-target variable for the bridging header:

[cmake-developers] patch building and testing

2016-01-07 Thread Mike Fitzgerald
Hi cmake-developers, I'm a bit new to this, so please bear with me! I wanted to fix an issue (#13666), so I did the following: 1.) Cloned the git repo, ran bootstrap and make. 2.) Wrote some code in cmVisualStudio10TargetGenerator.cxx. Running make again didn't seem to recompile anything,