Skip to content

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

License

Notifications You must be signed in to change notification settings

eliasdaler/cmake-fetchcontent-tutorial-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published