Skip to content

Fixes AUTOMOC generating not needed automoc files in Visual Studio

Francisco Facioni requested to merge fran6co/cmake:patch-1 into master

When CMAKE_AUTOMOC is ON it looks for all _p.c files and it generates the corresponding automoc files.

Merge request reports