mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
8 lines
168 B
CMake
8 lines
168 B
CMake
|
#ifndef __MINIUPNPCSTRINGS_H__
|
||
|
#define __MINIUPNPCSTRINGS_H__
|
||
|
|
||
|
#define OS_STRING "${CMAKE_SYSTEM_NAME}"
|
||
|
#define MINIUPNPC_VERSION_STRING "${MINIUPNPC_VERSION}"
|
||
|
|
||
|
#endif
|