ArduCAM / RPI-Pico-Cam

130 stars 44 forks source link

After cmake , there is no Makefile produced. #18

Open zhaoarrow7 opened 1 year ago

zhaoarrow7 commented 1 year ago

I do accroding the following process.

cd RPI-Pico-Cam/arducam_demo mkdir build cd build cmake ..

Then I make

There is an error make: *** No targets specified and no makefile found. Stop.