1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 21:23:52 +00:00

Fix installation target for tes3mp

This commit is contained in:
David Cernat 2016-11-17 21:43:05 +02:00
parent b028f0b51f
commit c2abcd3869

View file

@ -207,6 +207,6 @@ if (MSVC)
endif (MSVC)
if (WIN32)
INSTALL(TARGETS openmw RUNTIME DESTINATION ".")
INSTALL(TARGETS tes3mp RUNTIME DESTINATION ".")
endif (WIN32)