mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
am idiot, accidentally pushed dev change
This commit is contained in:
parent
3df6e79fad
commit
e5371f04e9
1 changed files with 2 additions and 2 deletions
4
external/CMakeLists.txt
vendored
4
external/CMakeLists.txt
vendored
|
@ -19,7 +19,7 @@ FetchContent_Declare(
|
||||||
|
|
||||||
FetchContent_MakeAvailable(libphysis)
|
FetchContent_MakeAvailable(libphysis)
|
||||||
|
|
||||||
corrosion_import_crate(MANIFEST_PATH /home/josh/Development/libphysis/Cargo.toml)
|
corrosion_import_crate(MANIFEST_PATH ${libphysis_SOURCE_DIR}/Cargo.toml)
|
||||||
|
|
||||||
target_include_directories(physis INTERFACE /home/josh/Development/libphysis/target/public)
|
target_include_directories(physis INTERFACE ${libphysis_SOURCE_DIR}/target/public)
|
||||||
target_link_libraries(physis INTERFACE unshield)
|
target_link_libraries(physis INTERFACE unshield)
|
Loading…
Add table
Reference in a new issue