litehtml icon indicating copy to clipboard operation
litehtml copied to clipboard

Support make install again

Open ryandesign opened this issue 4 years ago • 1 comments

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.

ryandesign avatar Apr 14 '21 21:04 ryandesign

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.

ryandesign avatar Jun 03 '22 19:06 ryandesign