DGtal 2.1.0
Loading...
Searching...
No Matches
main.cpp
1#include <DGtal/base/Common.h>
2#include <DGtal/helpers/StdDefs.h>
3#include <DGtal/io/viewers/PolyscopeViewer.h>
4// TODO: Add includes to specifically test for some libraries.
5
6int main(int argc, char** argv) {
7 // Left empty, we just want to see if this file compiles
8 return 0;
9}
int main()
Definition testBits.cpp:56