EAIBOT / ydlidar

The driver of ydlidar for ROS on the linux !
101 stars 61 forks source link

Add library JSON in the makefile #25

Closed lmejbar closed 4 years ago

lmejbar commented 4 years ago

Hello, I'm working on the Lidar, and I would like to save all the data on a JSON file. This is the command :

g++ -o exec fichier.cpp -ljsoncpp

But I can't find where to add "-ljsoncpp" on the makefile ?

Thank you for your help !