// Autogenerated file by PacpusUtilities.cmake // DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE #ifndef __CAMERAVIEWER_CONFIG_H__ #define __CAMERAVIEWER_CONFIG_H__ // Export macro for use DLL for Windows only #ifdef WIN32 #ifdef CAMERAVIEWER_EXPORTS // make DLL #define CAMERAVIEWER_API __declspec(dllexport) #else // use DLL #define CAMERAVIEWER_API __declspec(dllimport) #endif #else // On other platforms, simply ignore this #define CAMERAVIEWER_API #endif #endif // __CAMERAVIEWER_CONFIG_H__