chaos-polymtl / lethe

Repository for the open-source lethe CFD/DEM/CFD-DEM project
https://chaos-polymtl.github.io/lethe/index.html
GNU Lesser General Public License v2.1
269 stars 59 forks source link

Remove several lines in cmake files #1246

Closed lpsaavedra closed 3 weeks ago

lpsaavedra commented 3 weeks ago

Description

With a few lines we do need to include the .cc and .h files in the CMakeLists.cc manually.

blaisb commented 3 weeks ago

@lpsaavedra There is a reason why we do not use GLOB. You can ask @paulapatience, but we switched away from this. It is not a good idea to revert this change.

lpsaavedra commented 3 weeks ago

Oh okay.. I just thought it was annoying to always add sth everytime we add a file, but okay, I will close it then