Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kabicm authored Oct 24, 2020
1 parent 636774e commit 3a9244f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ There are two ways how you can use COSTA in your own project:

a) Using COSTA within another CMake project:

COSTA is CMake friends and provides a costaConfig.cmake module for easy integration into 3rd-party CMake projects with:
COSTA is CMake friendly and provides a `costaConfig.cmake` module for easy integration into 3rd-party CMake projects with:
```cmake
find_package(costa REQUIRED)
target_link_libraries(... costa::costa)
```
COSTA's dependencies are taken care of internally, nothing else needs to be linked. Make sure to set CMAKE_INSTALL_PREFIX to COSTA's installation directory when building.
COSTA's dependencies are taken care of internally, nothing else needs to be linked. Make sure to set `CMAKE_INSTALL_PREFIX` to COSTA's installation directory when building.

b) Using COSTA in a general project:

Expand Down

0 comments on commit 3a9244f

Please sign in to comment.