You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in our main projects CMakeLists.txt would be ideal for our scenario.
To be able to do this requires some change to the current CMakeLists.txt. If anyone's interested i can make a pull request.
If i do this i would also prefer to move the nanomodbus.h to a include folder.
The text was updated successfully, but these errors were encountered:
Hi, the CMakeLists in the repo was never meant to be used by the user, really is there just to build the various test/examples that were useful to me during development.
The "official" way to use nanomodbus is to copy the .c and .h in your codebase and compile everything together.
The CMakeLists is now used to create a few executables with different settings.
It can't however be used as a static library right now which is usefull for embedded devices.
being able to do
in our main projects CMakeLists.txt would be ideal for our scenario.
To be able to do this requires some change to the current CMakeLists.txt. If anyone's interested i can make a pull request.
If i do this i would also prefer to move the nanomodbus.h to a include folder.
The text was updated successfully, but these errors were encountered: