From 833b62be97230fa955dcafbc1254c179f0c57741 Mon Sep 17 00:00:00 2001 From: redcode Date: Mon, 27 Jun 2022 23:34:11 +0200 Subject: [PATCH] README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93e1487..2bdc3fb 100644 --- a/README.md +++ b/README.md @@ -405,8 +405,8 @@ The Z80 library [includes](#option_z80_with_cmake_support) a [config-file packag Example: ```cmake - find_package(Z80 REQUIRED [Shared|Static]) - target_link_libraries(your-target Z80) +find_package(Z80 REQUIRED [Shared|Static]) +target_link_libraries(your-target Z80) ``` When not specified as a component, the linking method is selected according to [`Z80_SHARED_LIBS`](#option_z80_shared_libs). If this option is not defined, the config-file package uses the type of library that is installed on the system and, if it finds both the shared and the static versions, [`BUILD_SHARED_LIBS`](https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html) determines which one to link against.