Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

First attempt at CMake #93

Closed eti-yen closed 7 years ago

eti-yen commented 7 years ago

Added a crap-ton of program files to the CMakeLists.txt file with the help of CLion. Currently running make fails when attempting to include .cuh files; as far as I can tell, this is a fairly expected consequence of not including libraries yet (in this case, the CUDA library would be what is necessary).

Behemyth commented 7 years ago

oops, I already merged it, but from now on we will merge into Synodic-Software:dev