[cmake-developers] add_library(OBJECT) and AUTOMOC

2013-01-11 Thread Yury G. Kudryashov
Hi! Look at $ git pull gitorious:~urkud1/cmake/urkud-cmake.git w/automoc-object please. It fixes CMAKE_AUTOMOC in the following scenario: set(CMAKE_AUTOMOC ON) # test.cpp has '#include test.moc' line add_library(objlib OBJECT test.cpp) add_executable(foo $TARGET_OBJECTS:objlib foo.cpp) The

Re: [cmake-developers] LINK_INTERFACE_LIBRARIES-genex topic review

2013-01-11 Thread Brad King
On 01/10/2013 12:20 PM, Stephen Kelly wrote: Looks like I broke it. I was sure I tested it before pushing. Maybe too much merging and rebasing going on for me. Looking into it now. Okay, the latest topic head works well: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=77d26467 However,

Re: [cmake-developers] add_library(OBJECT) and AUTOMOC

2013-01-11 Thread Brad King
On 01/11/2013 04:47 AM, Yury G. Kudryashov wrote: Look at $ git pull gitorious:~urkud1/cmake/urkud-cmake.git w/automoc-object please. Nice. I like the private slot example in the test. The commit message for the first commit seems incomplete. Also please use commit messages starting in

Re: [cmake-developers] Compatible INTERFACE user properties and string properties

2013-01-11 Thread Stephen Kelly
Stephen Kelly wrote: Brad King wrote: On 01/10/2013 01:04 PM, Stephen Kelly wrote: the COMPATIBLE_INTERFACE_BOOL property: set_property(TARGET Qt4::QAxServer APPEND PROPERTY COMPATIBLE_INTERFACE_BOOL QT4_NO_LINK_QTMAIN) A better name may be INTERFACE_COMPATIBLE_BOOL since the

Re: [cmake-developers] LINK_INTERFACE_LIBRARIES-genex topic review

2013-01-11 Thread Stephen Kelly
Brad King wrote: On 01/10/2013 12:20 PM, Stephen Kelly wrote: Looks like I broke it. I was sure I tested it before pushing. Maybe too much merging and rebasing going on for me. Looking into it now. Okay, the latest topic head works well:

[cmake-developers] [CMake 0013846]: Custom commands not working when comamnd output used in another directory

2013-01-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13846 == Reported By:szx Assigned To: