mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
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
|