Hello,
I have a Git project, which is supposed to be a service in a SOA.
But as it is possible the SOA part may be removed later, I’d like to make a library, with a wrapped SOA service.
Here is the question :
Could I do a CMake project (the SOA service) nesting an other project (the library, with its own unit tests), imported with add_subdirectory()
?