diff options
Diffstat (limited to 'docs/manual/adding-packages-cmake.txt')
-rw-r--r-- | docs/manual/adding-packages-cmake.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-cmake.txt b/docs/manual/adding-packages-cmake.txt index d1489bdf1..e29ca0fa1 100644 --- a/docs/manual/adding-packages-cmake.txt +++ b/docs/manual/adding-packages-cmake.txt @@ -4,7 +4,7 @@ Infrastructure for CMake-based packages [[cmake-package-tutorial]] +cmake-package+ tutorial -~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~ First, let's see how to write a +.mk+ file for a CMake-based package, with an example : @@ -63,7 +63,7 @@ package to be built. [[cmake-package-reference]] +cmake-package+ reference -~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~ The main macro of the CMake package infrastructure is +cmake-package+. It is similar to the +generic-package+ macro. The ability to |