[cmake-developers] Ninja: Regressions re. def file handling with MSVC

Brad King brad.king at kitware.com
Mon Apr 2 08:52:29 EDT 2012


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



More information about the cmake-developers mailing list