mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-04 05:37:46 +00:00
5 lines
110 B
CMake
5 lines
110 B
CMake
project(XcodePrecompileHeaders CXX)
|
|
|
|
add_library(tgt foo.cpp)
|
|
target_precompile_headers(tgt PRIVATE stdafx.h)
|