<div dir="ltr">Hi there!<div><br></div><div>I am adding few components to the existing cmake driven C project, but new components need C++ compiler instead. Top level CMakeLists.text starts with:</div><div>project (appName C)</div><div><br></div><div>The question is whether I need to change to top level settings and just include CXX (or just remove C part since they are both defaulted anyway) where my new components are, or the top level needs to be changed as well to reflects what will be used below.</div><div><br></div><div>Thanks!</div></div>