diff options
Diffstat (limited to 'src/web_service/CMakeLists.txt')
| -rw-r--r-- | src/web_service/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web_service/CMakeLists.txt b/src/web_service/CMakeLists.txt index 0c9bb0d55..06ab7c59d 100644 --- a/src/web_service/CMakeLists.txt +++ b/src/web_service/CMakeLists.txt | |||
| @@ -8,4 +8,4 @@ add_library(web_service STATIC | |||
| 8 | ) | 8 | ) |
| 9 | 9 | ||
| 10 | create_target_directory_groups(web_service) | 10 | create_target_directory_groups(web_service) |
| 11 | target_link_libraries(web_service PRIVATE common json-headers httplib lurlparser) | 11 | target_link_libraries(web_service PRIVATE common nlohmann_json::nlohmann_json httplib lurlparser) |