add cleanowned back to the build (no changes)

develop
Myk Taylor 2023-01-09 15:45:45 -08:00
parent 0ccd9666f5
commit 3518a13dea
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -101,7 +101,7 @@ dfhack_plugin(autobutcher autobutcher.cpp LINK_LIBRARIES lua)
#add_subdirectory(channel-safely)
#dfhack_plugin(cleanconst cleanconst.cpp)
#dfhack_plugin(cleaners cleaners.cpp)
#dfhack_plugin(cleanowned cleanowned.cpp)
dfhack_plugin(cleanowned cleanowned.cpp)
#dfhack_plugin(confirm confirm.cpp LINK_LIBRARIES lua)
#dfhack_plugin(createitem createitem.cpp)
#dfhack_plugin(cursecheck cursecheck.cpp)