Re: [CMake] DEPENDS parameter of add_custom_target

2019-10-07 Thread Craig Scott
r 2019 12:56 > To: Setzer Sebastian (CM-CI2/ECS2) > Cc: cmake@cmake.org > Subject: Re: [CMake] DEPENDS parameter of add_custom_target > > > > On Mon, Oct 7, 2019 at 9:32 PM Setzer Sebastian (CM-CI2/ECS2) via CMake > <mailto:cmake@cmake.org> wrote: > Dear list, >

Re: [CMake] DEPENDS parameter of add_custom_target

2019-10-07 Thread Setzer Sebastian (CM-CI2/ECS2) via CMake
. Oktober 2019 12:56 To: Setzer Sebastian (CM-CI2/ECS2) Cc: cmake@cmake.org Subject: Re: [CMake] DEPENDS parameter of add_custom_target On Mon, Oct 7, 2019 at 9:32 PM Setzer Sebastian (CM-CI2/ECS2) via CMake <mailto:cmake@cmake.org> wrote: Dear list, The manual says: https://cmake.o

Re: [CMake] DEPENDS parameter of add_custom_target

2019-10-07 Thread Fred Baksik
On Mon, Oct 7, 2019, at 6:55 AM, Craig Scott wrote: > > > On Mon, Oct 7, 2019 at 9:32 PM Setzer Sebastian (CM-CI2/ECS2) via CMake > wrote: >> Dear list, >> The manual says: >> https://cmake.org/cmake/help/latest/command/add_custom_target.html >> Reference files and outputs of custom command

Re: [CMake] DEPENDS parameter of add_custom_target

2019-10-07 Thread Craig Scott
On Mon, Oct 7, 2019 at 9:32 PM Setzer Sebastian (CM-CI2/ECS2) via CMake < cmake@cmake.org> wrote: > Dear list, > The manual says: > https://cmake.org/cmake/help/latest/command/add_custom_target.html > Reference files and outputs of custom commands created with > add_custom_command() command calls

[CMake] DEPENDS parameter of add_custom_target

2019-10-07 Thread Setzer Sebastian (CM-CI2/ECS2) via CMake
Dear list, The manual says: https://cmake.org/cmake/help/latest/command/add_custom_target.html Reference files and outputs of custom commands created with add_custom_command() command calls in the same directory (CMakeLists.txt file). They will be brought up to date when the target is built. Use