1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-30 20:41:34 +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()