mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06: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)
|