Open tebeka opened 4 years ago
Move all C++ code to a directory (lib?) and build the .a from there. Have a single api.h header file.
lib
.a
api.h
Also maybe have internal package to all the low level C++ interchange
internal
Move all C++ code to a directory (
lib
?) and build the.a
from there. Have a singleapi.h
header file.