Scienza / Schroedinger

A Schroedinger Equation solver in C++, with flexible basis definition
GNU Lesser General Public License v2.1
31 stars 9 forks source link

RFC: CMake fixes #61

Closed sykhro closed 5 years ago

sykhro commented 5 years ago

This addresses what discussed earlier about GTest, by ditching the submodule for a sub-tree and adding a compile-time option for the tests. I also took the opportunity to have CMake default to Release mode (which applies optimizations automatically) and made use of double-quote includes consistent.

GabrielePisciotta commented 5 years ago

Good.