lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
944 stars 385 forks source link

Update CMake for C and C++ examples #443

Closed tprk77 closed 1 year ago

tprk77 commented 1 year ago

Updates CMakeLists.txt for C and C++ examples to be more consistent with the CMake tutorial in the docs, that is to say, uses lcm_wrap_types, lcm_add_library, lcm_target_link_libraries, etc.

This depends on the GLib2 changes, so that needs to go in first, then I can rebase this.