README
This commit is contained in:
12
README
12
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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Last update: 2022-05-16 README EOF
|
||||
Last update: 2022-06-20 README EOF
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user