when you don't use bundled dirs, add a fake target anyway, so you can use the same cmake syntax even if the target uses a different name
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}