Re: [CMake] Dual use for single source file

2018-01-16 Thread christoph@ruediger.engineering
Hi, this solved the issue here as well. I added a pull request for a documentation update according to the MAIN_DEPENDENCY: https://gitlab.kitware.com/cmake/cmake/merge_requests/1665 Regards Christoph rüdiger.engineering Christoph Rüdiger Düsseldorfer Str. 12 45145 Essen Germany phone: +49 20

Re: [CMake] Using CMake to compile non-standard languages

2018-01-16 Thread Konstantin Tokarev
16.01.2018, 13:39, "Jakob van Bethlehem" : > Dear all, > > Currently I'm trying to make a case to convert the pure makefile-based build > environment at my company into cmake. This is a rather extensive build > environment, which takes care of many things automatically through a whole > set of

[CMake] Using CMake to compile non-standard languages

2018-01-16 Thread Jakob van Bethlehem
Dear all, Currently I'm trying to make a case to convert the pure makefile-based build environment at my company into cmake. This is a rather extensive build environment, which takes care of many things automatically through a whole set of internally created tools. I still believe we can do better