Hello again,

I read the FAQ on Swig generation, but I still have a couple questions.
Here's a snippet from my original Makefile.am:

mylib_la_SOURCES = swig_main.i regular.cxx swig_gen.cxx

...

swig_gen.cxx : swig_main.i swig_a.i swig_b.i regular.h
        swig -Wall $(INCLUDES) -c++ -python -o swig_gen.cxx swig_main.i

Basically, I'm trying to build a library with a regular cxx file and a
swig generated cxx file.  The swig ".i" file includes the swig_a.i and
the swig_b.i files.  I couldn't figure out how to do this in cmake after
reading the swig example.

Thanks for your help,
Mike

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to