forked from teamnwah/openmw-tes3coop
Fix installation target for tes3mp
This commit is contained in:
parent
b028f0b51f
commit
c2abcd3869
1 changed files with 1 additions and 1 deletions
|
@ -207,6 +207,6 @@ if (MSVC)
|
||||||
endif (MSVC)
|
endif (MSVC)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
INSTALL(TARGETS openmw RUNTIME DESTINATION ".")
|
INSTALL(TARGETS tes3mp RUNTIME DESTINATION ".")
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue