1 # This is a platform definition file for platforms without
2 # operating system, typically embedded platforms.
3 # It is used when CMAKE_SYSTEM_NAME is set to "Generic"
5 # It is intentionally empty, since nothing is known
6 # about the platform. So everything has to be specified
7 # in the system/compiler files ${CMAKE_SYSTEM_NAME}-<compiler_basename>.cmake
8 # and/or ${CMAKE_SYSTEM_NAME}-<compiler_basename>-${CMAKE_SYSTEM_PROCESSOR}.cmake
10 # (embedded) targets without operating system usually don't support shared libraries
11 SET_PROPERTY(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE)