packaged using conan create, added test_package
This commit is contained in:
parent
7fab978ae7
commit
59044298ea
9 changed files with 162 additions and 46 deletions
10
include/elemmire.h
Normal file
10
include/elemmire.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#define ELEMMIRE_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define ELEMMIRE_EXPORT
|
||||
#endif
|
||||
|
||||
ELEMMIRE_EXPORT int elemmire(int argc, char **argv) ;
|
Loading…
Add table
Add a link
Reference in a new issue