litehtml
litehtml copied to clipboard
Support make install again
After extracting the litehtml 0.5 source and running cmake and make, the customary make install does not work:
make: *** No rule to make target `install'. Stop.
Looking around for previous reports of this problem, I instead found #122 which mentions make install working, so I guess this used to work and was removed at some point. It would be good to add this functionality again.
In 0.6 there is now a make install target that seems to work. However, if BUILD_TESTING is ON (which it seems to be by default) then gtest and gmock files also get installed, which they must not be.