When trying to build as part of a bundle, cjwt always downloads trower-base64 and cJSON and uses a fixed version.
In the case of trying to have cjwt as a dependency from a bigger project the project will have to link trower-base64 and cJSON too, so it will need to install them. When trying to compile like this, it would be beneficial to look for libraries in the same prefix cjwt will be installed in.
When trying to build as part of a bundle, cjwt always downloads trower-base64 and cJSON and uses a fixed version.
In the case of trying to have cjwt as a dependency from a bigger project the project will have to link trower-base64 and cJSON too, so it will need to install them. When trying to compile like this, it would be beneficial to look for libraries in the same prefix cjwt will be installed in.