Typos
This commit is contained in:
parent
395d4ca185
commit
9a3e371daa
1 changed files with 6 additions and 6 deletions
|
|
@ -170,12 +170,12 @@ Build LV2 plug-in: ${PLUGIN_LV2}
|
||||||
Build LV2 user interface: ${PLUGIN_LV2_UI}
|
Build LV2 user interface: ${PLUGIN_LV2_UI}
|
||||||
LV2 plugin-side CC automation ${PLUGIN_LV2_PSA}
|
LV2 plugin-side CC automation ${PLUGIN_LV2_PSA}
|
||||||
Build Pure Data plug-in: ${PLUGIN_PUREDATA}
|
Build Pure Data plug-in: ${PLUGIN_PUREDATA}
|
||||||
Build VST plug-in: ${PLUGIN_VST}
|
Build VST3 plug-in: ${PLUGIN_VST3}
|
||||||
|
|
||||||
AU destination directory: ${AU_PLUGIN_INSTALL_DIR}
|
AU destination directory: ${AU_PLUGIN_INSTALL_DIR}
|
||||||
LV2 destination directory: ${LV2PLUGIN_INSTALL_DIR}
|
LV2 destination directory: ${LV2_PLUGIN_INSTALL_DIR}
|
||||||
Pd destination directory: ${PD_PLUGIN_INSTALL_DIR}
|
Pd destination directory: ${PD_PLUGIN_INSTALL_DIR}
|
||||||
VST destination directory: ${VSTPLUGIN_INSTALL_DIR}")
|
VST3 destination directory: ${VST3_PLUGIN_INSTALL_DIR}")
|
||||||
endif()
|
endif()
|
||||||
message(STATUS "
|
message(STATUS "
|
||||||
Install prefix: ${CMAKE_INSTALL_PREFIX}
|
Install prefix: ${CMAKE_INSTALL_PREFIX}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue