breese / trial.protocol

Network wire protocols
11 stars 4 forks source link

make include dir/files installable #6

Closed bodomartin closed 7 years ago

bodomartin commented 7 years ago

Could this line (below) be added to the main CMakeLists.txt to make the include dir 'installable'?

install(DIRECTORY ${TRIAL_PROTOCOL_ROOT}/include/ DESTINATION include)

breese commented 7 years ago

Added to develop. Thanks.