aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/thor/portfile.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/thor/portfile.cmake b/ports/thor/portfile.cmake
index 32602a84c..c96df4728 100644
--- a/ports/thor/portfile.cmake
+++ b/ports/thor/portfile.cmake
@@ -11,6 +11,8 @@ vcpkg_from_github(ARCHIVE
HEAD_REF master
)
+file(COPY ${CURRENT_INSTALLED_DIR}/include/Aurora DESTINATION ${SOURCE_PATH}/extlibs/aurora/include)
+
set(ENV{SFML_ROOT} ${CURRENT_INSTALLED_DIR})