codenamecpp / carnage3d

Reimplementation of Grand Theft Auto 1 [GTA1]
MIT License
470 stars 38 forks source link

Allow to use system GLFW #55

Closed kattjevfel closed 2 years ago

kattjevfel commented 3 years ago

Just like the ticket about Box2D, allowing users to use their system-wide GLFW would mean less to compile and less space wasted.

codenamecpp commented 3 years ago

It was added on purpose - system GLFW3 on bionic ubuntu is lacking gamepads support so I decided to include latest version of GLFW3 to project.

kattjevfel commented 3 years ago

Sure, but what I'm asking for is an option to not use that, which someone not using bionic ubuntu can use.

marmichalski commented 2 years ago

I believe this can be closed, @kattjevfel? The newly introduced cmake build currently only looks for system GLFW.

kattjevfel commented 2 years ago

Nice!