mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
added WFOs to county database
This commit is contained in:
parent
6ef5553028
commit
412c85647c
3 changed files with 36 additions and 2 deletions
|
|
@ -388,6 +388,7 @@ set(ZONE_DBF_FILES ${SCWX_DIR}/data/db/fz05mr24.dbf
|
|||
${SCWX_DIR}/data/db/oz05mr24.dbf
|
||||
${SCWX_DIR}/data/db/z_05mr24.dbf)
|
||||
set(STATE_DBF_FILES ${SCWX_DIR}/data/db/s_05mr24.dbf)
|
||||
set(WFO_DBF_FILES ${SCWX_DIR}/data/db/w_05mr24.dbf)
|
||||
set(COUNTIES_SQLITE_DB ${scwx-qt_BINARY_DIR}/res/db/counties.db)
|
||||
|
||||
set(RESOURCE_INPUT ${scwx-qt_SOURCE_DIR}/res/scwx-qt.rc.in)
|
||||
|
|
@ -483,6 +484,7 @@ add_custom_command(OUTPUT ${COUNTIES_SQLITE_DB}
|
|||
-c ${COUNTY_DBF_FILES}
|
||||
-z ${ZONE_DBF_FILES}
|
||||
-s ${STATE_DBF_FILES}
|
||||
-w ${WFO_DBF_FILES}
|
||||
-o ${COUNTIES_SQLITE_DB}
|
||||
DEPENDS ${scwx-qt_SOURCE_DIR}/tools/generate_counties_db.py
|
||||
${COUNTY_DB_FILES}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue