Hi, I'm using cmake for a large project that has some win32 gui apps in it. In the main project folder I only include those sub projects if compiling for WIN32. That works fine.
The win32 gui apps have a .rc file in a sub-folder named 'res'. How do you ask CMake to include those files in the resulting vc++ project? Thanks, Mark _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
