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