smanders / externpro

build external projects with cmake
MIT License
13 stars 12 forks source link

xpFlatBuffersBuildTS enhancement #350

Closed smanders closed 2 years ago

smanders commented 2 years ago

xpFlatBuffersBuiltTS() cmake function was introduced https://github.com/smanders/externpro/issues/336 and enhanced https://github.com/smanders/externpro/issues/345 previously...

another enhancement would be useful https://isrhub.usurf.usu.edu/cfrandsen/SensorManager/pull/1/files#r105107 modify this line https://github.com/smanders/externpro/blob/22.03/projects/use/usexp-flatbuffers-config.cmake#L65 to include

set_property(TARGET ${PROJECT_NAME}_fbs_ts PROPERTY STAMP ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}_fbs_ts_cmd)
smanders commented 2 years ago

completed with commit to dev branch referenced above