baconpaul / mschack-VCV-Rack-Plugins

Plugins for VCV Rack
MIT License
3 stars 1 forks source link

Adding airwindows src directory here required? #26

Open qno opened 10 months ago

qno commented 10 months ago

target_include_directories(${RACK_PLUGIN_LIB} PRIVATE src src/autogen_airwin/)

https://github.com/baconpaul/mschack-VCV-Rack-Plugins/blob/e5cb1b732a09acee59ec511e92057514292d77a0/CMakeLists.txt#L19

baconpaul commented 10 months ago

oh no it isn't. this was just a copy so I could use clion though; I left the main build using sdk make for now.

baconpaul commented 10 months ago

(My motivation is i hope as the port gets done people other than me will work on the code, and some of those folks are not as familiar with the cmake toolchain; so keep it parallel for now while we get more make-familiar collaborators)