Modern CMake
Modern CMake Reference to Teacher Xiao Peng’s Modern CMake course Modern CMake refers to CMake 3.X while ancient CMake refers to CMake 2.X Build Command Comparison # Ancient CMake The build command for ancient CMake: # First, create the build directory mkdir -p build # Switch to the build directory cd build # Run cmake … Read more