Skip to content

Stiffstream/json_dto-conan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json_dto-conan

Conan package for json_dto library

How To Use

Installing via Conan

To use json_dto via Conan the following steps are necessary:

  1. Add the corresponding remote to your conan:
conan remote add stiffstream https://api.bintray.com/conan/stiffstream/public
  1. Add json_dto to your conanfile.txt/conanfile.py:
[requires]
json-dto/0.2.8@stiffstream/stable
  1. Install dependencies for your project:
conan install PROJECT_PATH --build=missing

Adding json_dto to your CMakeLists.txt

One of the following approaches can be used:

# 1. Find and add dependency.
find_package(json_dto CONFIG REQUIRED)
target_link_libraries(your_target json-dto::json-dto)

# 2. Setting up dependencies with Conan
target_link_libraries(your_target ${CONAN_LIBS})

Feedback

If you have any questions about json_dto or its Conan package feel free to ask us on [email protected].

About

Conan package for json_dto library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published