When using automoc, I still have to do:
include_directories(${CMAKE_CURRENT_BINARY_DIR})
so that the compiler can find the MOCed files that get created in the
build directory. Should this be done automatically so there is one
less thing the user has to worry about?
Thanks,
David