How to create a snap with C SDK
Hi,
I have this code I can compile with C-SDK I want to make a .snap from.
I'm using the version 3.2.0.3436.
I used cmake and everything worked fine between thingworx and the agent I coded.
The architecture is as such :
> c-sdk
> build
> examples
> my code
> lib
> src
> test
cmake is done in c-sdk>build
The thing is, I now need to make a snap from this project and I don't really know where to start. If I make my snap from my project, I have the same errors I used to have before I did cmake in c-sdk>build (twApi.h: No such file or directory).
I even tried to correct it by adding this in my CMakeLists.txt :

