Generic.cmake 586 B

1234567891011
  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"
  4. #
  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
  9. # (embedded) targets without operating system usually don't support shared libraries
  10. SET_PROPERTY(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS FALSE)