Skip to content

mupfdev/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello world

Codacy Badge CMake

A simple project template.

Compiling

The configuration must be adjusted individually for each project. These settings are located in the file project_config.cmake.

Windows

The easiest way to get the hello world up and running is Visual Studio 2022 with C++ CMake tools for Windows installed. Simply open the cloned repository via File -> Open -> Folder. Everything else is set up automatically and all required dependencies are fetched at compile time.

Linux

Hello world can also be compiled on Linux with the included CMake configuration.

mkdir build
cd build
cmake ..
make

License and Credits

This project is under public domain.

To the extent possible under law, Michael Fitzmayer has waived all copyright and related or neighboring rights to hello world. This work is published from: Germany.

About

A simple project template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published