|
|
@ -1521,8 +1521,7 @@ IF(HAVE_ANDROID_ALL_ARCH AND WIN32) |
|
|
|
SET(EMGUCV_ANDROID_NUGET_FILE_LIST " |
|
|
|
<file src=\"..\\..\\..\\libs\\Emgu.CV.Platform.Android.dll\" target=\"lib\\MonoAndroid50\" /> |
|
|
|
<file src=\"..\\..\\..\\libs\\Emgu.CV.Platform.Android.xml\" target=\"lib\\MonoAndroid50\" />") |
|
|
|
SET(EMGUCV_ANDROID_NUGET_FILE_LIST "${EMGUCV_ANDROID_NUGET_FILE_LIST} |
|
|
|
<file src=\"Emgu.CV.runtime.android.targets\" target=\"build\\${EMGUCV_ANDROID_NUGET_ID}.targets\" /> |
|
|
|
SET(EMGUCV_ANDROID_NUGET_FILE_LIST "${EMGUCV_ANDROID_NUGET_FILE_LIST} |
|
|
|
<file src=\"..\\..\\..\\miscellaneous\\nuget_icon.png\" target=\"icon.png\" /> |
|
|
|
<file src=\"..\\..\\..\\${EMGUCV_LICENSE_FILE}\" target=\"\" /> |
|
|
|
<file src=\"readme.txt\" target=\"\" />") |
|
|
@ -1536,7 +1535,7 @@ IF(HAVE_ANDROID_ALL_ARCH AND WIN32) |
|
|
|
ENDIF() |
|
|
|
|
|
|
|
IF(HAVE_IOS AND WIN32) |
|
|
|
SET(EMGUCV_IOS_NUGET_TITLE "Emgu CV for iOS") |
|
|
|
SET(EMGUCV_IOS_NUGET_TITLE "Emgu CV for iOS Native Runtime") |
|
|
|
SET(EMGUCV_IOS_NUGET_FILE_LIST " |
|
|
|
<file src=\"..\\..\\..\\libs\\Emgu.CV.Platform.IOS.dll\" target=\"lib\\Xamarin.iOS10\" /> |
|
|
|
<file src=\"..\\..\\..\\libs\\Emgu.CV.Platform.IOS.XML\" target=\"lib\\Xamarin.iOS10\" />") |
|
|
|