> set(SWIFT_BRIDGING_HEADER SwiftSDL-Bridging-Header.h)
Quick addendum: Just realized the bridging header should probably be per-target.
--
Powered by www.kitware.com
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Kitware offers various services
Roger Leigh wrote:
> On 21/12/2015 15:07, Stephen Kelly wrote:
>> Roger Leigh wrote:
>>> I can understand why REQUIRED and related
>>> arguments are omitted--that is why find_dependency exists--but I'd quite
>>> like to be able to specify COMPONENTS where needed e.g. with FindBoost,
>>> and this i
Hi,
This is kind of a continuation of the thread “Adding Swift support to CMake”.
Now that Swift is officially open source and already available for
Linux, I started looking at the build process on Linux which I hope we
can figure out how to incorporate into the CMake Makefile generator.
To start