From e5371f04e97746b9b4091588624165137f3530fc Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 7 Sep 2022 23:26:09 -0400 Subject: [PATCH] am idiot, accidentally pushed dev change --- external/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 06ad833..8afc659 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -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) \ No newline at end of file