Re: [cmake-developers] include directories per source file

2017-12-02 Thread Lectem
es target properties, not source file properties. Also target_sources can only be used to conditionally link targets or propagate source files needed for target that links the library (such as .natvis files), which is not what I want here. Bests, Lectem De : Jano Svitok Envoyé le :samedi 2 décembr

[cmake-developers] (no subject)

2017-12-02 Thread Lectem
PRIVATE_INCLUDE_DIRECTORIES property added for source files ? We already have COMPILE_FLAGS so why not include directories ? I know we can set include directories per directory, but I don’t think that putting single .cpp files in seperate headers is good. Thanks, Lectem -- Powered by www.kitware.com

[cmake-developers] Make it easier for beginners

2017-10-21 Thread Lectem
mentation, errors and write some tutorials / examples. I truely believe that it is as important as releasing new features. My idea is mainly to slowly move/enhance stuff from CGold (https://cgold.readthedocs.io/en/latest/) in the official documentation, so that people can rely on it. (By that I mean