skov-example-projects/helloworld-cpp-cmake
2024-08-07 10:17:02 +02:00
..
src add helloworld-cpp-cmake 2024-08-02 14:07:33 +00:00
.clang-format add helloworld-cpp-cmake 2024-08-02 14:07:33 +00:00
.gitignore add helloworld-cpp-cmake 2024-08-02 14:07:33 +00:00
CMakeLists.txt decrease cmake version 2024-08-07 10:17:02 +02:00
README.md add helloworld-cpp-cmake 2024-08-02 14:07:33 +00:00

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