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
/
Help
/
guide
/
tutorial
/
Step5
/
MathFunctions
/
MathExtensions
/
OpAdd
/
OpAdd.h
blob: 9c9efc312a276b6afe387252633ddc139a84b549 (
plain
)
1
2
3
4
5
#pragma once
namespace
mathfunctions
{
double
OpAdd
(
double
a
,
double
b
);
}