1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-25 21:27:45 +00:00

Ensure external libraries are built as static

This commit is contained in:
Joshua Goins 2023-10-10 18:34:11 -04:00
parent 7a5058f22e
commit 65bc5d7ceb

View file

@ -1,6 +1,8 @@
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
# SPDX-License-Identifier: CC0-1.0
set(BUILD_SHARED_LIBS OFF)
find_package(Corrosion REQUIRED)
corrosion_import_crate(MANIFEST_PATH ${CMAKE_CURRENT_SOURCE_DIR}/libphysis/Cargo.toml)