diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-11 19:47:35 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-11 19:47:35 (GMT) |
commit | 6c02ec1a400c1eca86901a275c46d7a1ec12af27 (patch) | |
tree | 13ae44abd6f07afb01d2eb371a6fc945acf9efef /Modules/Platform | |
parent | ed1a04360afaae3d752cd99346856d484ba42f7f (diff) | |
download | CMake-6c02ec1a400c1eca86901a275c46d7a1ec12af27.zip CMake-6c02ec1a400c1eca86901a275c46d7a1ec12af27.tar.gz CMake-6c02ec1a400c1eca86901a275c46d7a1ec12af27.tar.bz2 |
STYLE: add a comment about SetLanguageEnabled()
-add a Generic.cmake for target platforms without operating system
Alex
Diffstat (limited to 'Modules/Platform')
-rw-r--r-- | Modules/Platform/Generic.cmake | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Modules/Platform/Generic.cmake b/Modules/Platform/Generic.cmake new file mode 100644 index 0000000..fdced24 --- /dev/null +++ b/Modules/Platform/Generic.cmake @@ -0,0 +1,8 @@ +# This is a platform definition file for platforms without +# operating system, typically embedded platforms. +# It is used when CMAKE_SYSTEM_NAME is set to "Generic" +# +# It is intentionally empty, since nothing is known +# about the platform. So everything has to be specified +# in the system/compiler files ${CMAKE_SYSTEM_NAME}-<compiler_basename>.cmake +# and/or ${CMAKE_SYSTEM_NAME}-<compiler_basename>-${CMAKE_SYSTEM_PROCESSOR}.cmake |