gtsam_points
Loading...
Searching...
No Matches
api_export.hpp
Go to the documentation of this file.
1#pragma once
2
3#ifndef _WIN32
4 #define GLK_API
5#else
6 #ifdef GLK_EXPORTS
7 #define GLK_API __declspec(dllexport)
8 #else
9 #define GLK_API __declspec(dllimport)
10 #endif
11#endif