Skip to content

marwagithub1/cmake-hello-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World C++ with CMake

Yes, just a simple Hello World project in C++.
The core logic is encapsulated in a library and used by main().
Also demostrate use of CMake to build an executable with a library dependency.

Building from source code

git clone https://github.com/roalz/cmake-hello-cpp.git
cd cmake-hello-cpp
mkdir build
cd build
cmake ..
make

About

Hello World C++ application and library using CMake to build.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 51.8%
  • CMake 48.2%