The Meson Build System
http://mesonbuild.com/
8 lines
72 B
8 lines
72 B
8 years ago
|
#define BUILDING_DLL
|
||
|
|
||
|
#include<mylib.h>
|
||
|
|
||
|
int func1() {
|
||
|
return 42;
|
||
|
}
|