Open johannphilippe opened 1 week ago
Reinterpret_cast on windows require to cast to a pointer before (prefix & is working)
Also CMAKE if(WIN32) set(RTMIDI_BUILD_STATIC_LIBS ON) endif() add_subdirectory("rtmidi")
target_compile_options(rawmidi PRIVATE -fPIC)
Reinterpret_cast on windows require to cast to a pointer before (prefix & is working)