mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
added WFO_DBF_FILES as dependicy of generate_counties_db.py in cmake
This commit is contained in:
parent
7f0add340d
commit
1ce885f142
1 changed files with 2 additions and 1 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue