]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/entity/CMakeLists.txt
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / entity / CMakeLists.txt
1 radiant_plugin(entity
2         angle.h
3         angles.h
4         colour.h
5         curve.h
6         doom3group.cpp doom3group.h
7         eclassmodel.cpp eclassmodel.h
8         entity.cpp entity.h
9         filters.cpp filters.h
10         generic.cpp generic.h
11         group.cpp group.h
12         keyobservers.h
13         light.cpp light.h
14         miscmodel.cpp miscmodel.h
15         model.h
16         modelskinkey.h
17         namedentity.h
18         namekeys.h
19         origin.h
20         plugin.cpp
21         rotation.h
22         scale.h
23         skincache.cpp skincache.h
24         targetable.cpp targetable.h
25         )
26
27 target_include_directories(entity
28     PRIVATE $<TARGET_PROPERTY:uilib,INTERFACE_INCLUDE_DIRECTORIES>
29 )