On 2008-04-23 10:38+0200 Christophe Alexandre wrote:
Ok for the Module part, but what about the compilation CFLAGS and link flags
used by distutils ?
Must I copy them in my CMakeList.txt ?
I don't understand your question since I am inexperienced with using
distutils to build. To answer your
Ok for the Module part, but what about the compilation CFLAGS and link
flags used by distutils ?
Must I copy them in my CMakeList.txt ?
Christophe.
Le 22 avr. 08 à 21:14, Alexander Neundorf a écrit :
On Tuesday 22 April 2008, Christophe Alexandre wrote:
Hi all,
I'm working on a C++ projec
On 2008-04-22 20:06+0200 Christophe Alexandre wrote:
Hi all,
I'm working on a C++ project exporting its API with in Python.
Is there an "easy..." way to compile and generate the Python Modules with
cmake.
I find the the distutils and cmake hard to use together : not the same build
management,
On Tuesday 22 April 2008, Christophe Alexandre wrote:
> Hi all,
>
> I'm working on a C++ project exporting its API with in Python.
> Is there an "easy..." way to compile and generate the Python Modules
> with cmake.
> I find the the distutils and cmake hard to use together : not the same
> build ma
Hi all,
I'm working on a C++ project exporting its API with in Python.
Is there an "easy..." way to compile and generate the Python Modules
with cmake.
I find the the distutils and cmake hard to use together : not the same
build management, the installation process,...
Wouldn't it be better