On 3/31/2012 8:01 PM, Amine Khaldi wrote:
In the gcc build we declare this generated def as an external object
CMake recognizes the ".def" extension automatically. Don't mark it with the EXTERNAL_OBJECT property because that tells CMake to treat it as an external .obj file. If you remove that mark do things work correctly? -Brad -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
