btc-ag / service-idl

Xtext-based Service IDL (Interface Definition Language) and Code Generators for Protobuf, C++, Java and .NET
Eclipse Public License 2.0
8 stars 8 forks source link

Some projects are not part of the solution when using CMake as project system #199

Closed huttenlocher closed 5 years ago

huttenlocher commented 5 years ago

I discovered this issue today. I build my IDL from command line using these options: ... -cppProjectSystem cmake -projectSet full-with-skeleton All types of projects are generated as expected (in particular, ServerRunner and Test). But for some reason, these two are not included into CMakeLists.txt and are not part of the resulting solution created by CMake.