Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

BUILD_SHARED_LIBS flag use for choose to build SO lib #55

Closed Raffaello closed 4 years ago

Raffaello commented 4 years ago

at the moment is building both static and shared.

static is the "base" the shared is on top of that.

static is c++ shared is doing "hacking" interop among C++/C. so basically has a C interface.

anyway.. that flag can just save to compile the shared_libs if not required. As the lib is intended to be used in the C++ version so static.