Add .proto files to plugin sources when used, to make it conventient to open it from the IDE.

develop
Japa Illo 2016-11-08 15:10:01 +05:30
parent 7367a8b341
commit 2935032a1e
1 changed files with 1 additions and 0 deletions

@ -76,6 +76,7 @@ MACRO(DFHACK_PLUGIN)
SET(PLUGIN_PROTOCPP)
FOREACH(pbuf ${PLUGIN_PROTOBUFS})
SET(PLUGIN_SOURCES ${PLUGIN_SOURCES} ${CMAKE_CURRENT_SOURCE_DIR}/proto/${pbuf}.pb.cc)
SET(PLUGIN_SOURCES ${PLUGIN_SOURCES} ${CMAKE_CURRENT_SOURCE_DIR}/proto/${pbuf}.proto)
SET(PLUGIN_PROTOCPP ${PLUGIN_PROTOCPP} ${CMAKE_CURRENT_SOURCE_DIR}/proto/${pbuf}.pb.cc)
ENDFOREACH()