1 2 3 4
project(VsPrecompileHeaders CXX) add_library(tgt SHARED empty.cxx) target_precompile_headers(tgt PRIVATE stdafx.h)