TheOpenSpaceProgram / new-ospgl

A space exploration game in OpenGL. Devblog: https://tatjam.github.io/index.html
MIT License
43 stars 6 forks source link

Missing stdc++fs library include #9

Closed jonesmz closed 4 years ago

jonesmz commented 4 years ago

https://github.com/TheOpenSpaceProgram/new-ospgl/blob/d417326f4f6b502bc77934dbfc50995267ff458e/CMakeLists.txt#L20

Add it with TARGET_LINK_LIBRARIES(targetnamehere stdc++fs)

Titaniumtown commented 4 years ago

I created #10 that will address this issue.