On 27.09.2017 17:18, Michael Ellery wrote:
>> On Sep 26, 2017, at 10:39 PM, Yegor Yefremov
>> wrote:
>>
>> I've seen, that CMake has updated UseSWIG in version 3.8.x. But it doesn't
>> seem to support the following use case:
>>
>> swig -c++ -javascript -node interface.i src.c
>>
>> I.e. I can de
> On Sep 26, 2017, at 10:39 PM, Yegor Yefremov
> wrote:
>
> I've seen, that CMake has updated UseSWIG in version 3.8.x. But it doesn't
> seem to support the following use case:
>
> swig -c++ -javascript -node interface.i src.c
>
> I.e. I can define "-c++" via set_property(SOURCE interface.i
I don't have a solution for you, but I agree that this functionality would
be incredibly useful!
On Wed, 27 Sep 2017 at 01:39 Yegor Yefremov
wrote:
> I've seen, that CMake has updated UseSWIG in version 3.8.x. But it doesn't
> seem to support the following use case:
>
> swig -c++ -javascript -no
I've seen, that CMake has updated UseSWIG in version 3.8.x. But it doesn't seem
to support the following use case:
swig -c++ -javascript -node interface.i src.c
I.e. I can define "-c++" via set_property(SOURCE interface.i PROPERTY CPLUSPLUS
ON), but how to specify "-node" or "-jsc" or "-v8"?
B