[CMake] Support for SWIG and Node.js

2017-09-26 Thread Yegor Yefremov
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

[CMake] Wiki update - CMake with Eclipse

2017-09-26 Thread Martin Weber
Hi, could someone with the powers to edit the wiki to update the available options [1]? - There is an new option: The cmake4eclipse plugin [2]. It generates the build scripts when you build the project from eclipse -- no need to manually invoke cmake manually with the CDT generator. - CDT its