db-tu-dresden / TSL

Template SIMD Library (+Generator)
GNU General Public License v3.0
9 stars 8 forks source link

Usability: Add a CMakeLists.txt #8

Closed cmrschwarz closed 1 year ago

cmrschwarz commented 1 year ago

As it currently stands, this repository does not have it's own CMakeLists.txt.

The current 'TVL' repository also only contains a pre generated version of the tvl for a single set of lscpu flags.

Adding a CMakeLists.txt to this repository that generates a customized version of the library on demand would be a better way of distribution, and also help development.

A simple starting version is attached here:

CMakeLists.txt