Added rendermax to supported

It's stable enough and quite nice. Also one person missed it in release.
develop
warmist 2014-06-27 10:22:06 +03:00 committed by Alexander Gavrilov
parent fc7ac9b47f
commit 5e2653998c
1 changed files with 2 additions and 4 deletions

@ -168,6 +168,8 @@ if (BUILD_SUPPORTED)
DFHACK_PLUGIN(building-hacks building-hacks.cpp LINK_LIBRARIES lua)
DFHACK_PLUGIN(embark-tools embark-tools.cpp)
DFHACK_PLUGIN(petcapRemover petcapRemover.cpp)
add_subdirectory(rendermax)
endif()
# this is the skeleton plugin. If you want to make your own, make a copy and then change it
@ -175,7 +177,3 @@ OPTION(BUILD_SKELETON "Build the skeleton plugin." OFF)
if(BUILD_SKELETON)
add_subdirectory(skeleton)
endif()
OPTION(BUILD_RENDERMAX "Build the rendermax alt-renderers plugin." OFF)
if(BUILD_RENDERMAX)
add_subdirectory(rendermax)
endif()