203 B
203 B
helloworld-cpp-cmake
mkdir build
cd build
cmake ..
make
./helloworld-cpp-cmake
mkdir build
cd build
cmake .. -CMAKE_BUILD_TYPE=Release
make
sudo make install
./helloworld-cpp-cmake