mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
acb9511044
Teach `target_precompile_headers` to treat relative paths the same way as `target_sources`. Fixes: #19733
7 lines
55 B
C
7 lines
55 B
C
#ifndef foo2_h
|
|
#define foo2_h
|
|
|
|
int foo2(void);
|
|
|
|
#endif
|