Re: [CMake] Support for SWIG and Node.js

2017-09-27 Thread Bruce Jones
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

Re: [CMake] SWIG CMAKE project not linked correctly

2017-09-15 Thread Bruce Jones
ithub page: https://github.com/swig/swig/issues/1091#issuecomment-329606916 On Fri, 15 Sep 2017 at 12:33 Hendrik Sattler wrote: > > > Am 15. September 2017 15:23:42 MESZ schrieb Bruce Jones < > bruce.david.jo...@gmail.com>: > >Hi, > > > >I have a relatively

[CMake] SWIG CMAKE project not linked correctly

2017-09-15 Thread Bruce Jones
Hi, I have a relatively simple SWIG - CMAKE project that is not linked correctly, source files can be downloaded here: https://drive.google.com/open?id=0B4Y0idbHnikgTUlocmQtNDY2czQ The problem I have is if the template function Foo is implemented in the header file, the project compiles and works