31 lines
1.1 KiB
CMake
31 lines
1.1 KiB
CMake
|
|
# MissionUI — 任务规划插件(共享库 / DLL)
|
||
|
|
|
||
|
|
|
||
|
|
add_library(MissionUIPlugin SHARED
|
||
|
|
|
||
|
|
|
||
|
|
MissionUI.cpp
|
||
|
|
|
||
|
|
|
||
|
|
MissionUIPlugin.cpp
|
||
|
|
|
||
|
|
|
||
|
|
CustomButton.cpp
|
||
|
|
|
||
|
|
|
||
|
|
propertyui.cpp
|
||
|
|
|
||
|
|
|
||
|
|
ruledialog.cpp
|
||
|
|
|
||
|
|
|
||
|
|
JsonHelper.cc
|
||
|
|
|
||
|
|
|
||
|
|
MissionUI.h
|
||
|
|
|
||
|
|
|
||
|
|
MissionUIPlugin.h
|
||
|
|
|
||
|
|
|