https://github.com/Kitware/CMake
Revision bdec3bd896b6faabab1c7cae79d8e75e8d0f0e41 authored by Brad King on 15 November 2018, 13:03:12 UTC, committed by Brad King on 15 November 2018, 13:08:56 UTC
1 parent 8d70ed5
Raw File
Tip revision: bdec3bd896b6faabab1c7cae79d8e75e8d0f0e41 authored by Brad King on 15 November 2018, 13:03:12 UTC
Tests: Teach RunCMake infrastructure to optionally provide stdin
Tip revision: bdec3bd
pcStatic.c
const char* pcStatic(void)
{
  return "INFO:symbol[pcStatic]";
}
back to top