openigtlink / OpenIGTLink

Free, open-source network communication library for image-guided therapy
http://openigtlink.org
BSD 3-Clause "New" or "Revised" License
102 stars 184 forks source link

No file igtlTypeConfig.h #265

Open LilianLaporte opened 10 months ago

LilianLaporte commented 10 months ago

Several files (such as igtlTypes.h line 18) requires the header file igtlTypeConfig.h, however this file is not present in the library. Is it normal or is it an error?

Sunderlandkyl commented 10 months ago

The header is generated by CMake, see:

https://github.com/openigtlink/OpenIGTLink/blob/master/CMakeLists.txt#L232-L233 https://github.com/openigtlink/OpenIGTLink/blob/master/igtlTypeConfig.h.in