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
/
PrintHelpers
/
nothing.h
blob: ae866675982a2038175878ea407692d3ec385135 (
plain
)
1
2
3
4
5
6
7
8
#ifndef NOTHING_H
#define NOTHING_H
#include <stdlib.h>
void
nothing
();
#endif