naelstrof / maim

maim (make image) takes screenshots of your desktop. It has options to take only a region, and relies on slop to query for regions. maim is supposed to be an improved scrot.
Other
2.15k stars 78 forks source link

cmake should check if required GLM is installed. #227

Closed ghost closed 3 years ago

ghost commented 3 years ago

If GLM is not installed, cmake command will fail on missing dependency instead of compiler on missing header file.