EvanatorM / ScuffedMinecraft

A Minecraft Clone in C++
MIT License
70 stars 14 forks source link

Include and library directory paths #2

Closed Resongeo closed 4 weeks ago

Resongeo commented 1 month ago

I checked out your project and I like it. But when I wanted to build myself I ran into the issue that the Include and Library directory paths are absolute paths and if someone doesn't has the project in C:\dev\C++\ it wont find the files.

Using a Visual Studio macro like $(SolutionDir) solves this problem.

EvanatorM commented 1 month ago

Thanks for checking out the project! This will be fixed in the next episode.

EvanatorM commented 4 weeks ago

This has been resolved