Add main.c file required by the CMake build.
This commit is contained in:
parent
79683c63c6
commit
c83a8f5b00
5
src/main.c
Normal file
5
src/main.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
int main(int argc, char** argv){
|
||||
return EXIT_SUCCESS;
|
||||
}
|
Loading…
Reference in New Issue
Block a user