This commit is contained in:
redcode
2022-06-20 14:13:43 +02:00
parent af8fa0b3a5
commit ad4d9ca680
2 changed files with 7 additions and 7 deletions

12
README
View File

@@ -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 <http://www.gnu.org/licenses/>.
--------------------------------------------------------------------------------
Last update: 2022-05-16 README EOF
Last update: 2022-06-20 README EOF

View File

@@ -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: