This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to add C++ file to nRF9160 project in SES

Hi,

I'm not sure if SES support C++ compiler in nRF9160 project, I did add C++ source in CMakeList:

   target_sources(app PRIVATE src/xxx.cpp)

It won't work, Does anyone know?

Thanks,

Bertie

Related