Browse Source

Really build carla as static

Signed-off-by: falkTX <falktx@falktx.com>
main
falkTX 10 months ago
parent
commit
f2cf660fbd
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      CMakeLists.txt

+ 1
- 0
CMakeLists.txt View File

@@ -24,6 +24,7 @@ pkg_check_modules(SNDFILE IMPORTED_TARGET REQUIRED sndfile)
# Import carla stuff

set(CARLA_BUILD_STATIC TRUE)
mark_as_advanced(CARLA_BUILD_STATIC)

add_subdirectory(src/carla/cmake)



Loading…
Cancel
Save