Re: [CMake] custom commands, targets and parallel builds

2018-11-24 Thread Alan W. Irwin
On 2018-11-25 00:23- Kris Thielemans wrote: Hi all I'm trying to add doxygen-generated comments to my Python module build via SWIG using https://github.com/m7thon/doxy2swig. This means I need to run doxygen first, then run doxy2swig, and only then run swig. However, I'm getting reports th

[CMake] custom commands, targets and parallel builds

2018-11-24 Thread Kris Thielemans
Hi all I'm trying to add doxygen-generated comments to my Python module build via SWIG using https://github.com/m7thon/doxy2swig. This means I need to run doxygen first, then run doxy2swig, and only then run swig. However, I'm getting reports that parallel builds are failing (sometimes). My

[CMake] Adding new language - source dependencies

2018-11-24 Thread Petr Penzin
Hello, I have followed instructions in CMakeAddNewLanguage.txt [1] to add support for Haskell, but I am a bit stuck on detecting dependencies between source files. Haskell source compiles to a source file and an "interface file" (similar to Fortran module file), which is needed for compiling