diff --git a/scwx-qt/scwx-qt.cmake b/scwx-qt/scwx-qt.cmake index 3420900d..78d45217 100644 --- a/scwx-qt/scwx-qt.cmake +++ b/scwx-qt/scwx-qt.cmake @@ -492,7 +492,8 @@ add_custom_command(OUTPUT ${COUNTIES_SQLITE_DB} DEPENDS ${scwx-qt_SOURCE_DIR}/tools/generate_counties_db.py ${COUNTY_DB_FILES} ${STATE_DBF_FILES} - ${ZONE_DBF_FILES}) + ${ZONE_DBF_FILES} + ${WFO_DBF_FILES}) add_custom_target(scwx-qt_generate_counties_db ALL DEPENDS ${COUNTIES_SQLITE_DB})