From bed416eb7de71b2c916adf788e5a9e24cbf4da5f Mon Sep 17 00:00:00 2001 From: redcode Date: Wed, 18 May 2022 02:54:30 +0200 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c887448..ad6d7fd 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ Omitting the linking method will select the `Shared` version of the library or, To embed the library as a CMake subproject, just place its entire source tree into a subdirectory of your project. -It is advisable to configure the library in the CMakeLists.txt of your project. This will prevent the user from having to specify configuration options of the Z80 subproject through the CMake command line when building the main project. As noted in the "Installation" section of this document, all package-specific options are prefixed with `Z80_`, so, in a normal scenario, there should be no risk of name collision with the options and variables of the parent project. +It is advisable to configure the library in the CMakeLists.txt of your project. This will prevent the user from having to specify configuration options of the Z80 subproject through the CMake command line when building the main project. As noted in the _[Installation](#installation)_ section of this document, all package-specific options are prefixed with `Z80_`, so, in a normal scenario, there should be no risk of name collision with the options and variables of the parent project. Example: