4 lines
121 B
CMake
4 lines
121 B
CMake
# windows specific dependencies
|
|
|
|
# nlohmann_json
|
|
pkg_check_modules(NLOHMANN_JSON nlohmann_json REQUIRED IMPORTED_TARGET)
|