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:
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: