Skip to content

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

49 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors