[CMake] CMake and the Filesystem

2014-11-27 Thread Tobias Becker
Hi! I've been continuing work on my enhancement suite for cmake. And just finished documenting and writing up some things about paths and filesystem handling using a couple of self developed functions. Also convenience functions for git, hg and svn. If your interested you can look at my blog pos

[CMake] Compiling python with CMake

2014-11-27 Thread shlomi
Hello, I am trying to compile python 2.7.x with CMake using gcc I am actually wrapping the original project with cmake. my project already work on windows machine using VS2013 at the moment my code looks like this: #include "Python.h" int main(int argc, char* argv[]) { return 1; } very