Skip to content

Commit

Permalink
fixup! Move network stuff to network library
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Jun 26, 2024
1 parent 1873f0f commit 325f692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ add_executable(gesturehandler gesturehandler.cxx ../../vncviewer/GestureHandler.
target_link_libraries(gesturehandler rfb)

add_executable(hostport hostport.cxx)
target_link_libraries(hostport network rfb)
target_link_libraries(hostport network)

add_executable(pixelformat pixelformat.cxx)
target_link_libraries(pixelformat rfb)
Expand Down

0 comments on commit 325f692

Please sign in to comment.