Skip to content

PCH: Allow target usage without sources

Cristian Adam requested to merge cristianadam/cmake:pch-no-sources into master

PCH will automatically add one source file to the target, and if the LINKER_LANGUAGE property is set, everything will work just fine.

Merge request reports