mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:00:04 +00:00
Add toolbox for radar display control
This commit is contained in:
parent
cd5d60bc0b
commit
7c606b85ff
8 changed files with 325 additions and 6 deletions
|
|
@ -4,9 +4,12 @@ find_package(Boost)
|
|||
|
||||
set(HDR_COMMON include/scwx/common/color_table.hpp
|
||||
include/scwx/common/constants.hpp
|
||||
include/scwx/common/products.hpp
|
||||
include/scwx/common/types.hpp)
|
||||
set(SRC_COMMON source/scwx/common/color_table.cpp)
|
||||
set(HDR_UTIL include/scwx/util/rangebuf.hpp
|
||||
set(SRC_COMMON source/scwx/common/color_table.cpp
|
||||
source/scwx/common/products.cpp)
|
||||
set(HDR_UTIL include/scwx/util/iterator.hpp
|
||||
include/scwx/util/rangebuf.hpp
|
||||
include/scwx/util/vectorbuf.hpp)
|
||||
set(SRC_UTIL source/scwx/util/rangebuf.cpp
|
||||
source/scwx/util/vectorbuf.cpp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue