Add other licenses as well to cpack

This commit is contained in:
Lorenzooone
2024-05-28 16:22:06 +02:00
parent 30944dabc7
commit 18a3d9293f

View File

@@ -166,6 +166,7 @@ add_custom_command(
install(TARGETS ${OUTPUT_NAME} DESTINATION .)
install(FILES LICENSE README.md DESTINATION .)
install(DIRECTORY "other licenses" DESTINATION .)
if(WIN32)
install(FILES openal32.dll DESTINATION .)
endif()