Skip to content

Commit 4d37ff5

Browse files
authored
Remove test_publish.cpp example (#199)
1 parent 5da9aca commit 4d37ff5

File tree

2 files changed

+0
-450
lines changed

2 files changed

+0
-450
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ add_executable( test_unit pctest/test_unit.cpp )
100100
target_link_libraries( test_unit ${PC_DEP} )
101101
add_executable( test_net pctest/test_net.cpp )
102102
target_link_libraries( test_net ${PC_DEP} )
103-
add_executable( test_publish pctest/test_publish.cpp )
104-
target_link_libraries( test_publish ${PC_DEP} )
105103

106104
# This doesn't build on the bullseye base image, due to a packaging bug
107105
# in the newer version of libqt5websockets5-dev for Debian. The below build instructions

0 commit comments

Comments
 (0)