crayzeewulf / libserial

Serial Port Programming in C++
BSD 3-Clause "New" or "Revised" License
415 stars 142 forks source link

Added sublime text project file and removed the generate instruction from the compile script #119

Closed mcsauder closed 6 years ago

mcsauder commented 6 years ago

Hi Crayzee Wulf,

This PR simply removes the Sublime project cmake generate instruction from the compile.sh script, adds a Sublime project file to the top level directory for this project, and adds a script to handle the gtest build/copy a little more cleanly.

The reason for this change is so that when a person needs to delete the build directory to build clean it doesn't delete their Sublime project file as well.

Let me know if you'd prefer to see anything different!

-Mark

mcsauder commented 6 years ago

Tested from a fresh clone. Thank you for the help Crayzee Wulf!

crayzeewulf commented 6 years ago

Thanks for the update, Mark!