20 lines
486 B
Plaintext
20 lines
486 B
Plaintext
//
|
|
// PrefixHeader.pch
|
|
// TedQu
|
|
//
|
|
// Created by RSP on 26/07/24.
|
|
//
|
|
|
|
#ifndef PrefixHeader_pch
|
|
#define PrefixHeader_pch
|
|
|
|
// Include any system framework and library headers here that should be included in all compilation units.
|
|
// You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
|
|
|
|
#endif /* PrefixHeader_pch */
|
|
|
|
#ifdef __cplusplus
|
|
#include <opencv2/opencv.hpp>
|
|
#import <opencv2/aruco.hpp>
|
|
#endif /* PrefixHeader_pch */
|