matusnovak / wrenbind17

A header only library for binding C++17 classes and functions to Wren, an embeddable programming language
https://matusnovak.github.io/wrenbind17
MIT License
65 stars 10 forks source link

added simple install target to CMakeList #7

Closed DerThorsten closed 2 years ago

DerThorsten commented 2 years ago

Hi, I would like to add this package to conda-forge. It would simply things a lot to have an install target in the CMakeList to install the headers with make install

Greetings DerThorsten

codecov-commenter commented 2 years ago

Codecov Report

Merging #7 (9798216) into master (5e88e23) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   89.68%   89.68%           
=======================================
  Files          20       20           
  Lines        1319     1319           
=======================================
  Hits         1183     1183           
  Misses        136      136           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5e88e23...9798216. Read the comment docs.

matusnovak commented 2 years ago

Hi @DerThorsten

Thank you for the contribution. I apologize for not being able to look at it sooner.