VxWorks: Add Platform ID for Modules/CMakePlatformId.h.in

This commit is contained in:
Lihua Zhao
2020-06-19 09:34:06 +08:00
committed by Brad King
parent e66fe75792
commit b22586be01

View File

@@ -87,6 +87,9 @@
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# elif defined(__VXWORKS__)
# define PLATFORM_ID "VxWorks"
# else /* unknown platform */
# define PLATFORM_ID
# endif