mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 09:37:45 +00:00
Lagom: Remove the bitrotted SimpleIPC test program
This commit is contained in:
parent
b7d190bd10
commit
be6a31dde1
4 changed files with 0 additions and 142 deletions
|
@ -22,11 +22,3 @@ add_library(lagom ${SOURCES})
|
|||
add_executable(TestApp TestApp.cpp)
|
||||
target_link_libraries(TestApp lagom)
|
||||
target_link_libraries(TestApp stdc++)
|
||||
|
||||
#add_executable(SimpleIPCClient SimpleIPCClient.cpp)
|
||||
#target_link_libraries(SimpleIPCClient lagom)
|
||||
#target_link_libraries(SimpleIPCClient stdc++)
|
||||
|
||||
#add_executable(SimpleIPCServer SimpleIPCServer.cpp)
|
||||
#target_link_libraries(SimpleIPCServer lagom)
|
||||
#target_link_libraries(SimpleIPCServer stdc++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue