mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-11 17:49:38 -06:00
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
|