1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Package dlls in src/win32 on Windows

This commit is contained in:
Adam
2014-02-24 00:30:47 -05:00
parent 1dfdf36fc3
commit f8308841a6
+4
View File
@@ -497,6 +497,10 @@ if(WIN32)
install(FILES ${Anope_SOURCE_DIR}/src/win32/anope.bat
DESTINATION ${BIN_DIR}
)
# Package any DLLs in src/win/
file(GLOB EXTRA_DLLS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "${Anope_SOURCE_DIR}/src/win32/*.dll")
install(FILES ${EXTRA_DLLS} DESTINATION ${BIN_DIR})
endif(WIN32)
install(CODE "file(REMOVE_RECURSE \"${CMAKE_INSTALL_PREFIX}/${LIB_DIR}/modules\")")