Lagom: Disable building the IPC client/server apps for now
This is not gonna work right until we also build IPCCompiler.
This commit is contained in:
parent
4e70c1fc0a
commit
837b476283
Notes:
sideshowbarker
2024-07-19 12:52:37 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/837b4762839
1 changed files with 6 additions and 6 deletions
|
@ -23,10 +23,10 @@ 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(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++)
|
||||
#add_executable(SimpleIPCServer SimpleIPCServer.cpp)
|
||||
#target_link_libraries(SimpleIPCServer lagom)
|
||||
#target_link_libraries(SimpleIPCServer stdc++)
|
||||
|
|
Loading…
Add table
Reference in a new issue