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:
parent
7a5058f22e
commit
65bc5d7ceb
1 changed files with 2 additions and 0 deletions
2
extern/CMakeLists.txt
vendored
2
extern/CMakeLists.txt
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue