open-dis / open-dis-cpp

C++ implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7
BSD 2-Clause "Simplified" License
90 stars 65 forks source link

Tweak cmake target install so dlls will go in the proper location #78

Closed wadehunk closed 1 year ago

wadehunk commented 1 year ago

Found an issue while working #63. DLLs were being installed to 'lib' instead of 'bin' on windows. This corrects that issue.