Home > OS >  Have become a makefile to do
Have become a makefile to do

Time:09-16

Root @ shen - Lenovo ideapad - 110-15 isk:/home/shen/build# cmake
The Usage

Cmake [options]
Cmake [options]

Specify a source directory to (re -) generate a build system for it in the
The current working directory. Specify an existing build directory to
Re - generate its build system.

The Run 'cmake -- help' for more information.

Root @ shen - Lenovo ideapad - 110-15 isk:/home/shen/build# make
Make: * * * did not identify the target and can not find a makefile, stop,
Root @ shen - Lenovo ideapad - 110-15 isk:/home/shen/build#

CodePudding user response:

You generated Makefile is controlled by a file conversion, so want to use cmake generated Makefile, behind the cmake command to specify the file path
  • Related