1
Fork 0
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:
Andreas Kling 2020-02-06 19:23:18 +01:00
parent b7d190bd10
commit be6a31dde1
4 changed files with 0 additions and 142 deletions

View file

@ -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++)