homog2d library
Functions
test_multiple.cpp File Reference

used to check build of multiple files with MS compiler, see msvc.yml More...

#include "mylib.hpp"
Include dependency graph for test_multiple.cpp:

Functions

int main ()
 

Detailed Description

used to check build of multiple files with MS compiler, see msvc.yml

Function Documentation

◆ main()

int main ( )
10 {
11  DummyTest a;
12  a.foo();
13 }
void foo()
Definition: mylib.cpp:9
Definition: mylib.hpp:5
Here is the call graph for this function: