On Wed, Mar 4, 2009 at 3:01 PM, Bill Hoffman <[email protected]> wrote: > Robert Dailey wrote: >> >> Hi, >> >> I noticed after switching to version 2.6.3 that header files (with HPP >> extension) are marked as "Exclude from build" in Visual Studio 2008. Is this >> behavior by design? If so, why? >> > You don't want to compile .hpp files do you?
There is at least one use case for that: if you are using the Qt VC++ integration, "compile" runs moc on that header file and creates the moc_blah.cxx file. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) _______________________________________________ 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
