Added cmake info for the config lua.

develop
Japa 2013-06-25 16:44:44 +05:30
parent 5265f107b0
commit 57e68aaee9
1 changed files with 2 additions and 0 deletions

@ -35,3 +35,5 @@ ELSE(UNIX)
ENDIF(UNIX)
# this makes sure all the stuff is put in proper places and linked to dfhack
DFHACK_PLUGIN(rendermax ${PROJECT_SRCS} LINK_LIBRARIES ${PROJECT_LIBS})
install(FILES rendermax.lua
DESTINATION ${DFHACK_DATA_DESTINATION})