mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00

This is typically how projects include them, and cl's `-external:{I,W}` flags suppress warnings only when included through angle brackets.
8 lines
62 B
C++
8 lines
62 B
C++
|
|
#include <systemlib.h>
|
|
|
|
int main()
|
|
{
|
|
return systemlib();
|
|
}
|