Skip to content

Commit

Permalink
README.md: remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMatula committed Apr 7, 2020
1 parent f6ba342 commit 567c30e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -119,14 +119,14 @@ As of RetDec version 4.0 you can easily use various RetDec libraries in your pro
If you installed RetDec into a standard installation location of your system (e.g. `/usr`, `/usr/local`), all you need to do in order to use its components is:

```cmake
find_package(retdec 4.0 REQUIRED
COMPONENTS
<component>
find_package(retdec 4.0 REQUIRED
COMPONENTS
<component>
[...]
)
target_link_libraries(your-project
PUBLIC
retdec::<component>
target_link_libraries(your-project
PUBLIC
retdec::<component>
[...]
)
```
Expand All @@ -137,7 +137,7 @@ If you did not install RetDec somewhere where it can be automatically discovered
```cmake
list(APPEND CMAKE_PREFIX_PATH ${RETDEC_INSTALL_DIR})
```

2. Set the path to installed RetDec CMake scripts to `retdec_DIR`:
```cmake
set(retdec_DIR ${RETDEC_INSTALL_DIR}/share/retdec/cmake)
Expand Down

0 comments on commit 567c30e

Please sign in to comment.