TheOpenSpaceProgram / new-ospgl

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

Add stdc++fs library include #10

Closed Titaniumtown closed 4 years ago

Titaniumtown commented 4 years ago

Fixes issue #9.

jonesmz commented 4 years ago

You still have

set(CMAKE_LD_FLAGS "${CMAKE_LD_FLAGS} -llua -ldl")

at the top of the file.

Titaniumtown commented 4 years ago

Fixed