Commit ade04e9b authored by Dominik Charousset's avatar Dominik Charousset

Add remote_group.cpp to CMake project file

parent 9327a195
...@@ -14,7 +14,8 @@ set (LIBCAF_IO_SRCS ...@@ -14,7 +14,8 @@ set (LIBCAF_IO_SRCS
src/hook.cpp src/hook.cpp
src/network.cpp src/network.cpp
src/publish_local_groups.cpp src/publish_local_groups.cpp
src/remote_actor_proxy.cpp) src/remote_actor_proxy.cpp
src/remote_group.cpp)
# build shared library if not compiling static only # build shared library if not compiling static only
if (NOT "${CAF_BUILD_STATIC_ONLY}" STREQUAL "yes") if (NOT "${CAF_BUILD_STATIC_ONLY}" STREQUAL "yes")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment