mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
OS X: Enable rpath support on Mac OS X when find_library() is used.
This commit is contained in:
8
Tests/MacRuntimePath/A/framework2.cpp
Normal file
8
Tests/MacRuntimePath/A/framework2.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#include "framework2.h"
|
||||
#include "stdio.h"
|
||||
|
||||
void framework2()
|
||||
{
|
||||
printf("framework 2\n");
|
||||
}
|
||||
Reference in New Issue
Block a user