X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=CMakeLists.txt;h=e29f3a748d4b88c590bea7b6154955af6dd51e9e;hb=ef96c6ed7713504b02c5ee9c00c4092ec07565ab;hp=0d3af5b9468c5210f390af30aaee4f894d53b3fa;hpb=64560867a9b6486d601784a2fe4ba6149d31b7aa;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d3af5b..e29f3a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -228,6 +228,7 @@ endif(APPLE) if(WIN32) install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/lugaru.exe DESTINATION ${CMAKE_INSTALL_PREFIX}) + install(DIRECTORY ${CMAKE_SOURCE_DIR}/Data DESTINATION ${CMAKE_INSTALL_PREFIX}) if(MINGW) # Based off Mageia/Fedora MinGW toolchain, might not work on other distros or Windows set(LIBGCC_S libgcc_s_sjlj-1.dll)