Support use cmake to compile in Linux, and update README.md.
parent
89f34871aa
commit
6b6bf5766e
|
@ -1,5 +1,4 @@
|
|||
#include "FingerprintModule.h"
|
||||
#include <Windows.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
|
@ -19,7 +18,6 @@ int main()
|
|||
fp = nullptr;
|
||||
|
||||
printf("\n\n");
|
||||
system("pause");
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue