Coded location

This commit is contained in:
Dan Paulat 2022-01-25 21:39:28 -06:00
parent f25bb63ea0
commit ecf5b1f5f0
6 changed files with 428 additions and 3 deletions

View file

@ -8,7 +8,8 @@ find_package(BZip2)
find_package(GTest)
set(SRC_MAIN source/scwx/wxtest.cpp)
set(SRC_AWIPS_TESTS source/scwx/awips/pvtec.test.cpp
set(SRC_AWIPS_TESTS source/scwx/awips/coded_location.test.cpp
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)