summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/XcFramework/create-framework.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/XcFramework/create-framework.cmake')
-rw-r--r--Tests/RunCMake/XcFramework/create-framework.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/XcFramework/create-framework.cmake b/Tests/RunCMake/XcFramework/create-framework.cmake
new file mode 100644
index 0000000..f4406e6
--- /dev/null
+++ b/Tests/RunCMake/XcFramework/create-framework.cmake
@@ -0,0 +1,3 @@
+set(CMAKE_FRAMEWORK ON)
+include(create-library-common.cmake)
+install(FILES mylib/include/mylib/mylib.h DESTINATION lib/mylib.framework/Headers)