make without makefile after cmake
问题 I try to use the c++ language bindings for the ev3dev lego brick: https://github.com/ddemidov/ev3dev-lang-cpp The instruction is as follows: mkdir build cd build cmake .. -DEV3DEV_PLATFORM=EV3 make I am running windows and have cmake and mingw available. After running cmake it creates some files in the build directory. However: There is no makefile which could be picked of by make. So I am wondering how iam supposed to compile these bindings 回答1: On Windows, CMake generates a MSVC solution by