mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
This is typically how projects include them, and cl's `-external:{I,W}`
flags suppress warnings only when included through angle brackets.
10 lines
91 B
C++
10 lines
91 B
C++
|
|
#include <config_iface.h>
|
|
|
|
#include "upstream.h"
|
|
|
|
int consumer()
|
|
{
|
|
return upstream();
|
|
}
|