build: fix Pleora plugin build

This commit is contained in:
Joshua M. Doe
2018-07-10 14:36:13 -04:00
parent 51fc570ba8
commit 5d58db5e9e
2 changed files with 5 additions and 1 deletions

View File

@@ -50,6 +50,10 @@ if (PHOENIX_FOUND)
add_subdirectory(phoenix)
endif (PHOENIX_FOUND)
if (PLEORA_FOUND)
add_subdirectory(pleora)
endif (PLEORA_FOUND)
if (SAPERA_FOUND)
add_subdirectory(sapera)
endif (SAPERA_FOUND)