rlguy / GridFluidSim3D

A PIC/FLIP fluid simulation based on the methods found in Robert Bridson's "Fluid Simulation for Computer Graphics"
zlib License
786 stars 95 forks source link

Addition of a build system generator #10

Closed elfring closed 8 years ago

elfring commented 8 years ago

I suggest to reuse a higher level build system than your current small make file so that powerful checks for software features will become easier.

rlguy commented 8 years ago

Hello elfring,

Thanks for the suggestion! I will be looking into how to use CMake to create a higher level build system.

Best Regards, Ryan

rlguy commented 8 years ago

Hello elfring,

I have updated the project to use CMake to generate a build system appropriate to the user's machine.

Best Regards, Ryan

elfring commented 8 years ago

Thanks for your build script addition.