summaryrefslogtreecommitdiff
path: root/src/KingSystem/Event/CMakeLists.txt
blob: 2f227b6291b61fcd208a591e464e722fc60daee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
target_sources(uking PRIVATE
  evtActorBinding.cpp
  evtActorBinding.h
  evtActorBindings.cpp
  evtActorBindings.h
  evtActorManager.cpp
  evtActorManager.h
  evtDemoInfo.cpp
  evtDemoInfo.h
  evtEvent.cpp
  evtEvent.h
  evtEventResource.cpp
  evtEventResource.h
  evtInfoData.cpp
  evtInfoData.h
  evtManager.cpp
  evtManager.h
  evtMetadata.cpp
  evtMetadata.h
  evtOrderParam.cpp
  evtOrderParam.h
  evtResourceFlowchart.cpp
  evtResourceFlowchart.h
  evtResourceTimeline.cpp
  evtResourceTimeline.h
)