Skip to content

RippeR37/libbase-example-fetchcontent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libbase-example-fetchcontent

Project description

This is an example project showing how to import libbase in a CMake project using CMake's FetchContent.

For simplicity only core library is added to avoid manually resolving many dependencies required for non-core modules.

For more details refer to libbase documentation.

Building

To build this project simply clone it and build with CMake:

$ git clone https://github.com/RippeR37/libbase-example-fetchcontent
$ cd libbase-example-fetchcontent
$ cmake -S . -B build
$ cmake --build build
$ ./build/libbase-example-fetchcontent
Hello World!

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published