How to build sample project for nrf desktop kit (nrf528)

I am trying to evaluate 2.4Ghz wireless and Bluetooth using the nrf Desktop kit.

I saw that the sample project for the nRF52810 Desktop Mouse can be imported making the following selections.

---------------------------------------------------


---------------------------------------------------

However, for projects imported this way,
CMakefile.txt and main.c do not exist,
build is not possible.

When I build, I get the following error code.
--------------------------------------------------


ERROR: c:/xxxxx/nrf52810dmouse_nrf52810 doesn't contain a CMakeLists.txt
FATAL ERROR: refusing to proceed without --force due to above error
--------------------------------------------------

I am new to using Nordic products.
I would appreciate it if you could tell me how I can achieve my goal.

Related