We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c82cd commit eeccfbaCopy full SHA for eeccfba
rest/controller/CMakeLists.txt
@@ -1,2 +1,9 @@
1
add_library(controller INTERFACE)
2
-target_link_libraries(controller INTERFACE Boost::headers nlohmann_json::nlohmann_json service)
+
3
+target_link_libraries(controller INTERFACE
4
+ Boost::beast
5
+ Boost::asio
6
+ Boost::system
7
+ nlohmann_json::nlohmann_json
8
+ service
9
+)
0 commit comments