mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 05:12:07 -05: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)
|