- CMake Cookbook
- Radovan Bast Roberto Di Remigio
- 45字
- 2025-04-04 16:17:18
Getting ready
The code we will build is an example from the ZeroMQ manual at http://zguide.zeromq.org/page:all. It consists of two source files, hwserver.c, and hwclient.c, which will be built into two separate executables. When executed, they will print the familiar "Hello, World" message.