silverqx / TinyORM

Modern C++ ORM library
https://www.tinyorm.org
MIT License
231 stars 25 forks source link

Don't redundandly copy header files #31

Closed SchaichAlonso closed 1 year ago

SchaichAlonso commented 1 year ago

The header files have already been copied when vcpkg_cmake_install was executed.

Closes #30