index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
PrecompileHeaders
/
pch.h
blob: 20672d1f8489b0b208a093a0bc20c9208691ff14 (
plain
)
1
2
3
4
5
#pragma once
#define PCH_INCLUDED 1
int
testC
(
void
);