1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-30 07:38:07 +08:00
Betsy McPhail 77b515f3eb Tutorial: Improve "MultiPackage" example
Rename to Step 12 and ensure that it follows Step 11
2020-01-10 11:37:54 -05:00

7 lines
75 B
C++

namespace mathfunctions {
namespace detail {
double mysqrt(double x);
}
}