DarkflameServer/dGame/dPropertyBehaviors/CMakeLists.txt
David Markowitz 62213cd701
Implement basic functionality (#794)
Implements the basic functionality and parsing of property behaviors.

Unhandled messages and logged and discarded for the time being.  The only implemented message is a basic one that sends the needed info the the client side User Interface to pop up.

Tested that the User Interface properly shows up with zero behaviors on it.  No other functionality is changed.
2022-10-31 17:32:07 -05:00

5 lines
77 B
CMake

set(DGAME_DPROPERTYBEHAVIORS_SOURCES
"ControlBehaviors.cpp"
PARENT_SCOPE
)