dougbinks / enkiTS

A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
zlib License
1.66k stars 138 forks source link

Add information about header install location on Linux and Mac #116

Closed bkmgit closed 5 months ago

dougbinks commented 5 months ago

Many thanks.

Q: Does install only work on Linux and Mac OS X then?

I think the documentation note should go in a subsection of building under a CMake Installs heading. I can merge and do that after though.

bkmgit commented 5 months ago

Q: Does install only work on Linux and Mac OS X then?

Install should work on Windows, but have not done any tests on Windows, expect file path will be somewhat different. Feel free to make changes for that as needed. If CMake is used for building with enkiTS as a dependency, the enkiTSConfig.cmake file should help get the correct location. I think the documentation note should go in a subsection of building under a |CMake Installs| heading. I can merge and do that after though.

Thanks. Please make the change.

dougbinks commented 5 months ago

Thanks! I'll merge and then adjust.