josuttis / belleviews

bel::views - simple and easy view classes for C++
Other
61 stars 5 forks source link

Added CMake scripts #6

Open mikucionisaau opened 1 year ago

mikucionisaau commented 1 year ago

Adds CMake scripts to automatically compile the library tests. Usage:

cmake -B build
cmake --build build
(cd build ; ctest)

Depends on https://github.com/josuttis/belleviews/pull/5

hawkinsw commented 1 year ago

Thank you, @mikucionisaau -- I can confirm that this works!