aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/exports-pkgconfig/secondlib.cpp
blob: e1782f576bbfad08bf4759907edb295acc8af7b2 (plain)
1
2
3
4
5
6
7
#include "secondlib.h"

#ifndef HAVE_INDUSTRIAL_STRENGTH_HAIR_DRYER
#   error I CANT LIVE WITHOUT IT!
#endif

void secondLib() { }