Skip to content

Commit

Permalink
Merge remote-tracking branch 'iysheng/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
debevv committed Dec 8, 2024
2 parents c660369 + 06a438c commit 715fd8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ target_compile_definitions(client_disabled PUBLIC NMBS_CLIENT_DISABLED)

add_executable(multi_server_rtu nanomodbus.c tests/multi_server_rtu.c)
target_compile_definitions(multi_server_rtu PUBLIC NMBS_DEBUG)
target_link_libraries(multi_server_rtu pthread)

add_custom_target(tests DEPENDS nanomodbus_tests server_disabled client_disabled multi_server_rtu)

Expand Down

0 comments on commit 715fd8b

Please sign in to comment.