Hello

how to control where the generated moc files go ?

I am using this macro like this :

FILE(GLOB MOC_HEADERS
  moc/*.h )

QT4_WRAP_CPP(out_moc_files ${MOC_HEADERS})

And the generated files are going in my CMAKE_BINARY_DIR.

What to do if I want the generated files to go to CMAKE_BINARY_DIR/debug or
CMAKE_BINARY_DIR/release, i.e where I can set the file path ?

Thanks
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to