Migrate structure, bump to 1.1.1

This commit is contained in:
2020-05-17 22:17:59 +02:00
parent 3a443ebe93
commit dd2e527276
3 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
#ifndef TEST_SHARED_LIBRARY_TEST_SHARED_LIBRARY_H
#define TEST_SHARED_LIBRARY_TEST_SHARED_LIBRARY_H
int hello(int param);
#endif //TEST_SHARED_LIBRARY_TEST_SHARED_LIBRARY_H