Skip to content

Commit eeccfba

Browse files
committed
fix Windows build
1 parent 70c82cd commit eeccfba

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

rest/controller/CMakeLists.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
add_library(controller INTERFACE)
2-
target_link_libraries(controller INTERFACE Boost::headers nlohmann_json::nlohmann_json service)
2+
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

Comments
 (0)