johannphilippe / rawmidi_csound

A raw MIDI opcode for Csound using RtMidi
0 stars 0 forks source link

reinterpret cast windows #1

Open johannphilippe opened 1 week ago

johannphilippe commented 1 week ago

Reinterpret_cast on windows require to cast to a pointer before (prefix & is working)

johannphilippe commented 1 week ago

Also CMAKE if(WIN32) set(RTMIDI_BUILD_STATIC_LIBS ON) endif() add_subdirectory("rtmidi")

johannphilippe commented 1 week ago

target_compile_options(rawmidi PRIVATE -fPIC)