Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cmake_minimum_required(VERSION 3.2)
- find_package(nlohmann_json)
- add_library(model STATIC model.cpp model.h)
- target_link_libraries(model PRIVATE nlohmann_json::nlohmann_json)
- target_link_libraries(model PRIVATE cpr::cpr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement