Hi list, I'm trying cmake as a replacement of our current build system. A minimal CMakeLists.txt already works for the basic features of our C++/fortran library.
However, some C++ source files are generated from an external command. The names of the generated files cannot be easily guessed, but they are all located in the "Pybindings" subdirectory. Is there a way to add all the files in this directory ? Thanks _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
