[CMake] output path control with include_external_msproject

2018-10-02 Thread Bogdan P
Hi there, I am trying to figure out if one can control the output paths of an included external .vcxproj, other than modifying the project itself? I guess one could configure_file() it, but wanted to ask if there would be any less intrusive ways, to keep the source tree clean. Or, alternatively,

Re: [CMake] LOCATION target property, generator expressions

2018-10-02 Thread Brad King
On 10/02/2018 01:12 PM, Hendrik Greving wrote: > By the way, the new generator expression support in 3.13, is this for > LINK_FLAGS or LINK_OPTIONS. LINK_OPTIONS, though it should be used through target_link_options. > And regardless of the former, will it be possible to compute a relative > path

Re: [CMake] LOCATION target property, generator expressions

2018-10-02 Thread Hendrik Greving
By the way, the new generator expression support in 3.13, is this for LINK_FLAGS or LINK_OPTIONS. And regardless of the former, will it be possible to compute a relative path based on generator expressions, i.e. file(RELATIVE $ $)? On Thu, Sep 27, 2018 at 5:03 PM Hendrik Greving < hendrik.greving.