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

CMake: Allow to skip install #15

Open feliwir opened 1 year ago

feliwir commented 1 year ago

There should be an option like WRENBIND17_SKIP_INSTALL - when using CMake libraries as a submodule it's not always favorable to have install to be run

matusnovak commented 1 year ago

Hi @feliwir

Yes that's very reasonable. Would it be fine with you if such option would be ON by default? In order not to break any existing usage of this library.