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
91 stars 66 forks source link

opendis6_export.h and opendis7_export.h missing #87

Closed AJPerriello closed 9 months ago

AJPerriello commented 1 year ago

nearly everything contains one of these headers files "opendis6_export.h" and "opendis7_export.h" but those header files do not exist in src directories, or any other directory that I've looked into. Won't compile without them. If you comment out the include, then there are even more errors, because that's where symbols had been defined.

wadehunk commented 1 year ago

@AJPerriello The export files are generated as part of the CMake build process depending on the desired build options (e.g. static/shared libs).

AJPerriello commented 1 year ago

@AJPerriello The export files are generated as part of the CMake build process depending on the desired build options (e.g. static/shared libs).

good to know. thanks.

crhowell3 commented 9 months ago

@leif81 This is a non-issue and can be closed