worldspawn/plugins/model/CMakeLists.txt

8 lines
176 B
Text
Raw Normal View History

2020-11-17 11:16:16 +00:00
radiant_plugin(model
model.cpp model.h
plugin.cpp
)
target_include_directories(model PRIVATE picomodel)
target_link_libraries(model PRIVATE picomodel)