9fdf38a Fix problem accessing font files

Authored and Committed by bruno 9 years ago
    Fix problem accessing font files
    
    physfs was blocking access to font files via symlinks from the
    hedgewars data directory. By telling cmake where to look, the
    fonts are grabbed directly from the system locations avoiding
    physfs.
    
        
file modified
+14 -11