Re: [cmake-developers] Is it possible to clone an existing target?

2017-03-22 Thread Stanislav Pankevich
.html Thanks, Stan On Wed, Mar 22, 2017 at 1:06 PM, Brad King <brad.k...@kitware.com> wrote: > On 03/22/2017 03:30 AM, Stanislav Pankevich wrote: > > I have a target `MyTarget`. Is there a way I could do something like > > > > clone_target(MyTarget MyNewTarget)

[cmake-developers] Is it possible to clone an existing target?

2017-03-22 Thread Stanislav Pankevich
Hello, I have a target `MyTarget`. Is there a way I could do something like clone_target(MyTarget MyNewTarget) so that MyNewTarget appears to be the exact clone (deep copy) of original target with the only difference of a target name? P.S. I understand that complex projects may be the

Re: [cmake-developers] Setting INSTALL_RPATH no longer works when I start using a custom toolchain file.

2017-02-17 Thread Stanislav Pankevich
ny tweaks on *RPATH* variables as it had worked before I introduced a custom toolchain file. Thanks for attention. Stan On Fri, Feb 17, 2017 at 12:06 PM, Stanislav Pankevich <s.pankev...@gmail.com > wrote: > Hello, > > Let me cross-post my StackOverflow question here: > > http://stac

[cmake-developers] Setting INSTALL_RPATH no longer works when I start using a custom toolchain file.

2017-02-17 Thread Stanislav Pankevich
Hello, Let me cross-post my StackOverflow question here: http://stackoverflow.com/questions/42294460/setting-install-rpath-no-longer-works-when-i-start-using-a-custom-toolchain-file I am new to CMake, so maybe I am missing something simple there. Thanks, Stanislav -- Powered by

[cmake-developers] Question / Feature request: LLVM bitcode target

2017-01-16 Thread Stanislav Pankevich
Hello, This goes somewhere between a question and a feature request. We are working on mull, https://github.com/mull-project/mull mutation testing system based on top of LLVM. Currently the development is mostly focused around testing of C++ projects and we use LLVM and its libraries as a