From b7b7f1806acf8aabd5cd99e3d08fac15f4f95bdc Mon Sep 17 00:00:00 2001 From: John Freeman Date: Sat, 25 May 2019 14:57:08 -0400 Subject: Help: Fix typo in install(EXPORT_ANDROID_MK) example --- Help/command/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Help/command/install.rst b/Help/command/install.rst index 7571aae..ab6fef6 100644 --- a/Help/command/install.rst +++ b/Help/command/install.rst @@ -660,9 +660,9 @@ and installed by the current project. For example, the code install(TARGETS myexe EXPORT myproj DESTINATION bin) install(EXPORT myproj NAMESPACE mp_ DESTINATION lib/myproj) - install(EXPORT_ANDROID_MK myexp DESTINATION share/ndk-modules) + install(EXPORT_ANDROID_MK myproj DESTINATION share/ndk-modules) -will install the executable myexe to ``/bin`` and code to import +will install the executable ``myexe`` to ``/bin`` and code to import it in the file ``/lib/myproj/myproj.cmake`` and ``/share/ndk-modules/Android.mk``. An outside project may load this file with the include command and reference the ``myexe`` -- cgit v0.12