← index
CMakeInfo/test08-package/test_output.hpp
Source: CMakeInfo/test08-package/test_output.hpp
#ifndef __TEST_HELLO_H__
#define __TEST_HELLO_H__

#include<iostream>
#include<string>
#include<cstdlib>
#include<opencv2/opencv.hpp>

void checkDevice();

#endif