mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
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
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 lagom)
|
||||||
target_link_libraries(TestApp stdc++)
|
target_link_libraries(TestApp stdc++)
|
||||||
|
|
||||||
add_executable(SimpleIPCClient SimpleIPCClient.cpp)
|
#add_executable(SimpleIPCClient SimpleIPCClient.cpp)
|
||||||
target_link_libraries(SimpleIPCClient lagom)
|
#target_link_libraries(SimpleIPCClient lagom)
|
||||||
target_link_libraries(SimpleIPCClient stdc++)
|
#target_link_libraries(SimpleIPCClient stdc++)
|
||||||
|
|
||||||
add_executable(SimpleIPCServer SimpleIPCServer.cpp)
|
#add_executable(SimpleIPCServer SimpleIPCServer.cpp)
|
||||||
target_link_libraries(SimpleIPCServer lagom)
|
#target_link_libraries(SimpleIPCServer lagom)
|
||||||
target_link_libraries(SimpleIPCServer stdc++)
|
#target_link_libraries(SimpleIPCServer stdc++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue