XCTest: Add support for static frameworks

Fixes: #16636
This commit is contained in:
Guillaume Campagna
2017-04-20 16:09:15 -04:00
committed by Brad King
parent b4d3cdc8c5
commit bfa92e5725
6 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#include "StaticLibExample.h"
int FourtyFour()
{
return 44;
}