The math() Command
Explore how to use CMake's math command to evaluate arithmetic and bitwise expressions. Understand supported operators and formats for numerical computation within your CMake scripts.
We'll cover the following...
We'll cover the following...
CMake also supports some simple arithmetical operations. See the online documentation for full details.
To evaluate a mathematical expression ...