Skip to content

Example project showing how to integrate libbase with other project using CMake.

License

Notifications You must be signed in to change notification settings

RippeR37/libbase-example-submodules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libbase-example-submodules

Project description

This is an example project showing how to import libbase in a CMake project using Git submodules and CMake's add_subdirectory().

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-submodules --recurse-submodules
$ cd libbase-example-submodules
$ cmake -S . -B build
$ cmake --build build
$ ./build/libbase-example-submodules
Hello World!

License

This project is licensed under the MIT License.

About

Example project showing how to integrate libbase with other project using CMake.

Topics

Resources

License

Stars

Watchers

Forks