OS X: Enable rpath support on Mac OS X when find_library() is used.

This commit is contained in:
Clinton Stimpson
2013-07-15 22:23:12 -06:00
parent b94e726a83
commit e645ff0b10
6 changed files with 56 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
#include "framework2.h"
#include "stdio.h"
void framework2()
{
printf("framework 2\n");
}