1
Fork 0
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:
Joshua Goins 2022-09-07 23:26:09 -04:00
parent 3df6e79fad
commit e5371f04e9

View file

@ -19,7 +19,7 @@ FetchContent_Declare(
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)