Decided to dynamically link and ship corrade with tourmaline

This commit is contained in:
2026-03-07 14:43:20 +02:00
parent ab6841ab85
commit 27f50ffb35
3 changed files with 27 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
include(FetchContent)
# Building options
set(CORRADE_BUILD_STATIC ON)
set(CORRADE_BUILD_STATIC OFF)
# Feature options
set(CORRADE_WITH_MAIN ON)