Make sure the export plugin is built

develop
Espen Wiborg 2011-12-28 20:59:49 +01:00
parent 12446a62e2
commit 6c0d5d3cd2
1 changed files with 2 additions and 0 deletions

@ -61,6 +61,8 @@ DFHACK_PLUGIN(initflags initflags.cpp)
DFHACK_PLUGIN(stockpiles stockpiles.cpp)
#DFHACK_PLUGIN(versionosd versionosd.cpp)
add_subdirectory(export)
# this is the skeleton plugin. If you want to make your own, make a copy and then change it
OPTION(BUILD_SKELETON "Build the skeleton plugin." OFF)
if(BUILD_SKELETON)