Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
326B

  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  3. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  4. Name: carla-standalone
  5. Version: @PROJECT_VERSION@
  6. Description: Carla Host Standalone
  7. Libs: -Wl,-rpath,${libdir}/carla -L${libdir}/carla -lcarla_standalone2
  8. Cflags: -I${includedir}/carla -I${includedir}/carla/includes