mirror of
https://github.com/gelldur/EventBus.git
synced 2025-01-14 01:07:59 +08:00
Move sources to library folder
No code changes only moving
This commit is contained in:
parent
d92ee2fe8f
commit
0d890ce99f
@ -7,9 +7,9 @@ PROJECT(EventBus
|
||||
)
|
||||
|
||||
ADD_LIBRARY(EventBus
|
||||
src/EventCollector.cpp src/EventCollector.h
|
||||
src/Notification.cpp src/Notification.h
|
||||
src/Notifier.h
|
||||
src/eventbus/EventCollector.cpp src/eventbus/EventCollector.h
|
||||
src/eventbus/Notification.cpp src/eventbus/Notification.h
|
||||
src/eventbus/Notifier.h
|
||||
)
|
||||
ADD_LIBRARY(Dexode::EventBus ALIAS EventBus)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user