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
/
Utilities
/
ClangTidyModule
/
Tests
/
cmake-use-pragma-once
/
cmake-use-pragma-once.h
blob: b0b2ea2313872c69b24ea93d5b4bcb0e4ce7b8e1 (
plain
)
1
2
3
4
5
6
#pragma once
int
once
()
{
return
0
;
}