miniupnp/miniupnpc/miniupnpcstrings.h.cmake
2011-09-27 22:25:35 +02:00

8 lines
168 B
CMake

#ifndef __MINIUPNPCSTRINGS_H__
#define __MINIUPNPCSTRINGS_H__
#define OS_STRING "${CMAKE_SYSTEM_NAME}"
#define MINIUPNPC_VERSION_STRING "${MINIUPNPC_VERSION}"
#endif