mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Add build files to source list for IDE display
This commit is contained in:
parent
a47460842b
commit
19efb0e58c
3 changed files with 13 additions and 4 deletions
|
|
@ -146,6 +146,8 @@ set(SRC_WSR88D_RPG source/scwx/wsr88d/rpg/ccb_header.cpp
|
|||
source/scwx/wsr88d/rpg/vector_arrow_data_packet.cpp
|
||||
source/scwx/wsr88d/rpg/wind_barb_data_packet.cpp)
|
||||
|
||||
set(CMAKE_FILES wxdata.cmake)
|
||||
|
||||
add_library(wxdata OBJECT ${HDR_AWIPS}
|
||||
${SRC_AWIPS}
|
||||
${HDR_COMMON}
|
||||
|
|
@ -157,7 +159,8 @@ add_library(wxdata OBJECT ${HDR_AWIPS}
|
|||
${HDR_WSR88D_RDA}
|
||||
${SRC_WSR88D_RDA}
|
||||
${HDR_WSR88D_RPG}
|
||||
${SRC_WSR88D_RPG})
|
||||
${SRC_WSR88D_RPG}
|
||||
${CMAKE_FILES})
|
||||
|
||||
source_group("Header Files\\awips" FILES ${HDR_AWIPS})
|
||||
source_group("Source Files\\awips" FILES ${SRC_AWIPS})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue