lcm-proj / lcm

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

Build cpp examples with CMake #263

Closed ghost closed 1 year ago

ghost commented 5 years ago

Replaces the Makefile in the cpp examples folder with a CMakeLists.txt. Not sure if the Makefile should be kept instead of being replaced.

zhuhongwu0918 commented 2 years ago

How to write a CMakeLists.txt file using LCM.

hoxell commented 2 years ago

You can find a tutorial how to do that here or check out the commit in this PR (https://github.com/lcm-proj/lcm/pull/263/commits/24a54eb90c2e241044d6f986974281470ab4b750)

nosracd commented 1 year ago

Merging to a branch based off of master (not-master) so that I can test this commit and reopen the PR from a not-deleted fork.