mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 22:40:25 +00:00
64c9b318bf
Presently, this test is only run manually because not all machines have an iOS SDK, complications associated with certificates and code signing, having a device attached, ... If you're setup to do iOS dev work, you can easily run this test manually on your Mac using the Xcode generator and run the result in the simulator or on your attached device.
15 lines
239 B
C
15 lines
239 B
C
//
|
|
// TotalFunction.h
|
|
// NavApp3
|
|
//
|
|
// Created by David Cole on 8/10/11.
|
|
// Copyright 2011 Kitware, Inc. All rights reserved.
|
|
//
|
|
|
|
#ifndef NavApp3_TotalFunction_h
|
|
#define NavApp3_TotalFunction_h
|
|
|
|
int Total(const char *context);
|
|
|
|
#endif
|