Skip to content

Commit

Permalink
Fix INSTALL target for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 committed Jul 24, 2023
1 parent a1e2487 commit 4f19fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ if(ELUNA)
if(UNIX)
install(DIRECTORY LuaEngine/extensions DESTINATION bin/lua_scripts/)
elseif(WIN32)
install(DIRECTORY LuaEngine/extensions DESTINATION "${CMAKE_BINARY_DIR}/bin/$(ConfigurationName)/lua_scripts/")
install(DIRECTORY LuaEngine/extensions DESTINATION "${CMAKE_INSTALL_PREFIX}/lua_scripts/")
endif()
endif()

0 comments on commit 4f19fe3

Please sign in to comment.