mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
729d997f10
Add the ability to share precompiled headers artifacts between targets. Fixes: #19659
7 lines
52 B
C
7 lines
52 B
C
#ifndef foo_h
|
|
#define foo_h
|
|
|
|
int foo(void);
|
|
|
|
#endif
|