Skip to content

Commit

Permalink
Only use staticlib version of libphysis
Browse files Browse the repository at this point in the history
  • Loading branch information
redstrate committed Jun 29, 2024
1 parent 7ff8cfc commit e8902cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ find_package(Corrosion REQUIRED)

corrosion_import_crate(MANIFEST_PATH ${CMAKE_CURRENT_SOURCE_DIR}/libphysis/Cargo.toml
NO_DEFAULT_FEATURES
FEATURES game_install visual_data logging) # FIXME: split visual_data? we only need texture decompression
FEATURES game_install visual_data logging
CRATE_TYPES staticlib) # FIXME: split visual_data? we only need texture decompression
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/libphysis/logger EXCLUDE_FROM_ALL)

target_include_directories(physis INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/libphysis/target/public)
Expand Down

0 comments on commit e8902cc

Please sign in to comment.