GitHub - eliasdaler/cmake-fetchcontent-tutorial-code: This is the code for the "Using CMake and managing dependencies" article from my blog (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

eliasdaler / cmake-fetchcontent-tutorial-code Public

This is the code for the "Using CMake and managing dependencies" article from my blog

License

Unlicense license

46 stars 10 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory6 Commits
dependencies dependencies
src src
CMakeLists.txt CMakeLists.txt
LICENSE LICENSE
README.md README.md

Repository files navigation

This is the source code for the Using CMake and managing dependencies.

It shows how to setup a simple project which depends on SFML, Dear ImGui and ImGui-SFML.

image

Building

git clone https://github.com/eliasdaler/cmake-fetchcontent-tutorial-code mkdir build && cd build cmake ../cmake-fetchcontent-tutorial-code cmake --build . ./src/example_exe # or ./src/Debug/example_exe if using Visual Studio

About

This is the code for the "Using CMake and managing dependencies" article from my blog

Resources

Readme

License

Unlicense license

Activity

Stars

46 stars

Watchers

2 watching

Forks

10 forks

Report repository

Releases

No releases published

Packages

No packages published

Languages