mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 19:50:50 +05:30
Add test to compile with opencv
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
#include <opencv2/core.hpp>
|
||||
#include <iostream>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
std::cout << cv::getBuildInformation() << std::endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user