mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -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
|