1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +00:00

add dpkg information for mwiniimporter, this blocked debian/ubuntu buildd from building

This commit is contained in:
Bret Curtis 2013-03-23 16:20:10 +01:00
parent 21cc7483e4
commit 962b504129

View File

@ -22,3 +22,8 @@ if (BUILD_WITH_CODE_COVERAGE)
add_definitions (--coverage)
target_link_libraries(mwiniimport gcov)
endif()
if(DPKG_PROGRAM)
INSTALL(TARGETS mwiniimport RUNTIME DESTINATION games COMPONENT mwiniimport)
endif()