From d514a2032953c060440b6ee4415f867774917653 Mon Sep 17 00:00:00 2001 From: Ayase <137056643@qq.com> Date: Sun, 6 May 2018 18:24:43 +0800 Subject: [PATCH] modify the directory compatible Linux. --- cmake/after_gs_install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/after_gs_install.cmake b/cmake/after_gs_install.cmake index a3ce693..7254cb2 100644 --- a/cmake/after_gs_install.cmake +++ b/cmake/after_gs_install.cmake @@ -25,4 +25,4 @@ if( WIN32 ) endif() endif() -install(DIRECTORY extensions DESTINATION "${BIN_DIR}/lua_scripts/") +install(DIRECTORY "${CMAKE_MOD_ELUNA_ENGINE_DIR}/LuaEngine/extensions" DESTINATION "${CMAKE_INSTALL_PREFIX}/bin/lua_scripts/")