add xlsxreader back to the build

develop
Myk Taylor 2023-01-13 09:45:33 -08:00
parent f6372b97d1
commit 99350bdb73
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
2 changed files with 2 additions and 2 deletions

@ -3,7 +3,7 @@ xlsxreader
.. dfhack-tool::
:summary: Provides a Lua API for reading xlsx files.
:tags: untested dev
:tags: dev
:no-command:
See `xlsxreader-api` for details.

@ -167,7 +167,7 @@ dfhack_plugin(tiletypes tiletypes.cpp Brushes.h LINK_LIBRARIES lua)
#add_subdirectory(tweak)
#dfhack_plugin(workflow workflow.cpp LINK_LIBRARIES lua)
#dfhack_plugin(workNow workNow.cpp)
#dfhack_plugin(xlsxreader xlsxreader.cpp LINK_LIBRARIES lua xlsxio_read_STATIC zip expat)
dfhack_plugin(xlsxreader xlsxreader.cpp LINK_LIBRARIES lua xlsxio_read_STATIC zip expat)
#dfhack_plugin(zone zone.cpp)
# If you are adding a plugin that you do not intend to commit to the DFHack repo,