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.
Alexandros Theodotou 68bbca2711 cmake: Install host-plugin/native-plugin/standalone pkgconfig files 11 months ago
..
.cmake-format.json Fix cmake whitespace, disable cmake-format 1 year ago
.gitignore Allow to build full discovery, bridge and utils with cmake 1 year ago
CMakeLists.txt cmake: Install host-plugin/native-plugin/standalone pkgconfig files 11 months ago
Info-framework.plist.in cmake: set -stdlib=libc++ globally 1 year ago
README.md Add cmake build to CI tests 1 year ago
carla-host-plugin.pc.in cmake: Install host-plugin/native-plugin/standalone pkgconfig files 11 months ago
carla-native-plugin.pc.in cmake: Install host-plugin/native-plugin/standalone pkgconfig files 11 months ago
carla-standalone.pc.in cmake: Install host-plugin/native-plugin/standalone pkgconfig files 11 months ago
carla-utils.pc.in cmake: fix pkg-config not having full path 1 year ago

README.md

Carla cmake build setup

This directory contains a cmake build setup for a few Carla libraries and tools.
It is not meant as a stock replacement for the regular Carla build, but simply as a way to more easily integrate Carla into other projects that already use cmake.
The cmake setup also allows building Carla with MSVC, which is not possible with the regular Makefile system.

Note that it is really only a small subset of Carla that ends up being built this way.
Changing the main Carla build system to cmake is undesired and unwanted.