I work on NCS 2.8.0
I add follow to CMakeLists.txt
I work on NCS 2.8.0
I add follow to CMakeLists.txt
Hi
Okay, I think you need to put your custom target in the sysbuild.cmake file as well in your project as of NCS 2.8.0, as we moved to using sysbuild in NCS 2.8.0. Please see the sysbuild.cmake file from this sample for reference: https://github.com/nrfconnect/sdk-nrf/blob/main/samples/bluetooth/mesh/dfu/distributor/sysbuild.cmake
Best regards,
Simon
Hi
Okay, I think you need to put your custom target in the sysbuild.cmake file as well in your project as of NCS 2.8.0, as we moved to using sysbuild in NCS 2.8.0. Please see the sysbuild.cmake file from this sample for reference: https://github.com/nrfconnect/sdk-nrf/blob/main/samples/bluetooth/mesh/dfu/distributor/sysbuild.cmake
Best regards,
Simon
Oh, OK.
It's perfect.
Thank you.