Top Level Namespace

Defined in:

Macro Summary

Macro Detail

macro useslib(name) #

Checks pkg-config for the existance of a C library on a user's system before they compile the code.

useslib imagemagick 

puts "This runs if imagemagick is installed"

[View source]