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

2013-01-15 Thread Brad King
On 01/14/2013 10:47 PM, Yury G. Kudryashov wrote: Pushed an updated branch with new commit messages. Could you push it to the repo, please? Done, thanks! -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

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

2013-01-14 Thread Alexander Neundorf
On Friday 11 January 2013, Brad King wrote: 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

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

2013-01-14 Thread Yury G. Kudryashov
2013/1/14 Alexander Neundorf neund...@kde.org: On Friday 11 January 2013, Brad King wrote: 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. The commit message for the first commit seems incomplete. Also

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

2013-01-12 Thread Alexander Neundorf
On Friday 11 January 2013, Brad King wrote: 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

[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] 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