From ad4d9ca680c6d230ab30b691584ceed3cc06f8e9 Mon Sep 17 00:00:00 2001 From: redcode Date: Mon, 20 Jun 2022 14:13:43 +0200 Subject: [PATCH] README --- README | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 8c813e0..378e42d 100644 --- a/README +++ b/README @@ -240,11 +240,11 @@ 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. +This will prevent the user from having to specify configuration options for the +Z80 subproject through the 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. Example: @@ -316,4 +316,4 @@ with this library. If not, see . -------------------------------------------------------------------------------- -Last update: 2022-05-16 README EOF +Last update: 2022-06-20 README EOF diff --git a/README.md b/README.md index ee38d6f..7319f0d 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,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](#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 for 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: