mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:10:05 +00:00
Coded time motion location
This commit is contained in:
parent
b96455190f
commit
db4f37a37d
5 changed files with 322 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ project(scwx-data)
|
|||
find_package(Boost)
|
||||
|
||||
set(HDR_AWIPS include/scwx/awips/coded_location.hpp
|
||||
include/scwx/awips/coded_time_motion_location.hpp
|
||||
include/scwx/awips/message.hpp
|
||||
include/scwx/awips/phenomenon.hpp
|
||||
include/scwx/awips/pvtec.hpp
|
||||
|
|
@ -11,6 +12,7 @@ set(HDR_AWIPS include/scwx/awips/coded_location.hpp
|
|||
include/scwx/awips/text_product_message.hpp
|
||||
include/scwx/awips/wmo_header.hpp)
|
||||
set(SRC_AWIPS source/scwx/awips/coded_location.cpp
|
||||
source/scwx/awips/coded_time_motion_location.cpp
|
||||
source/scwx/awips/message.cpp
|
||||
source/scwx/awips/phenomenon.cpp
|
||||
source/scwx/awips/pvtec.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue