mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06: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();
|
|
}
|