From 5926fa30f1a3b0717ac750af03469f56be965e91 Mon Sep 17 00:00:00 2001 From: Ionel-Cristinel ANICHITEI Date: Wed, 18 Nov 2020 15:40:16 +0200 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d0db3fd..b71d76f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,11 @@ make make install ``` -The default build type is Release. Using cmake provides support for pkg-config. +The default build type is Release. Using cmake provides support for pkg-config. Other CMake projects can also use `find_package(bddisasm CONFIG REQUIRED)` to find bddisasm. In both cases the following variables will be defined: + +* `BDDISASM_INCLUDE_DIRS` - holds the path of the `bddisasm` directory, which contains the public `bddisasm` and `bdshemu` headers. +* `BDDISASM_LIBRARY_DIRS` - holds the path of the directory that contains the `libbddisasm.a` and `libbdshemu.a` libraries. +* `BDDISASM_LIBRARIES` - holds the libraries against which integrators should link. ### Building disasmtool_lix