mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 03:50:05 +00:00
P-VTEC parsing
This commit is contained in:
parent
e5c40b9eb5
commit
be1d7323bd
10 changed files with 835 additions and 5 deletions
|
|
@ -8,7 +8,8 @@ find_package(BZip2)
|
|||
find_package(GTest)
|
||||
|
||||
set(SRC_MAIN source/scwx/wxtest.cpp)
|
||||
set(SRC_AWIPS_TESTS source/scwx/awips/text_product_file.test.cpp)
|
||||
set(SRC_AWIPS_TESTS source/scwx/awips/pvtec.test.cpp
|
||||
source/scwx/awips/text_product_file.test.cpp)
|
||||
set(SRC_COMMON_TESTS source/scwx/common/color_table.test.cpp)
|
||||
set(SRC_QT_MANAGER_TESTS source/scwx/qt/manager/settings_manager.test.cpp)
|
||||
set(SRC_UTIL_TESTS source/scwx/util/rangebuf.test.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue