SRB2/libs/miniupnpc/miniupnpcstrings.h.cmake

8 lines
168 B
CMake
Raw Normal View History

2014-03-15 09:59:03 -07:00
#ifndef __MINIUPNPCSTRINGS_H__
#define __MINIUPNPCSTRINGS_H__
#define OS_STRING "${CMAKE_SYSTEM_NAME}"
#define MINIUPNPC_VERSION_STRING "${MINIUPNPC_VERSION}"
#endif