Fix cmake #7
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TheZone/ScuffedMinecraft#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-cmake"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The CMake build errored, and upon fixing that, running it from Visual Studio didn't use the right working directory. This pull request fixes both of those things.
This breaks on Linux, the Debian glfw3 package has the binary as just libglfw. Consider creating separate target_link_libraries statements for each OS?
Also I'm now breaking on Planet.h:28
which gives me some cryptic linker error.
Both of those should be fixed, I was able to compile it on Debian WSL.
LGTM