cubicdaiya / dtl

diff template library written by C++
Other
281 stars 50 forks source link

Add cmake support #2

Closed chino540off closed 7 years ago

chino540off commented 7 years ago

Add CMAKE support

cubicdaiya commented 7 years ago

No thank you. dtl uses SCons as a build tool.

mcraveiro commented 5 years ago

Hi @cubicdaiya,

Would you reconsider adding CMake support? It would make life easier in terms of vcpkg [1] integration, which is what I am ultimately trying to achieve. I mean, I don't mind using @chino540off's fork (it seems pretty up-to-date) , but seems a bit bad to have vcpkg itself point to a fork rather than the original...

[1] https://github.com/Microsoft/vcpkg/tree/master/ports [2] https://github.com/chino540off/dtl

mcraveiro commented 5 years ago

Actually, as it happens, it seems it possible to add the CMakeFile directly to the port in vcpkg (other ports have done that as well) so I'll go for this approach instead. Thanks for a great library.