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
perconfig.c
#include "pcShared.h"
extern const char* pcStatic(void);
int main()
{
  pcStatic();
  pcShared();
  return 0;
}
back to top