mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -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)
|