Explorar el Código

removed (again) platfrom-specific files (empty)

Signed-off-by: Adam Dąbrowski <[email protected]>
Adam Dąbrowski hace 3 años
padre
commit
46e90b6e26

+ 0 - 4
Gems/ROS2/Code/Platform/Android/PAL_android.cmake

@@ -1,4 +0,0 @@
-
-set(PAL_TRAIT_ROS2_SUPPORTED TRUE)
-set(PAL_TRAIT_ROS2_TEST_SUPPORTED TRUE)
-set(PAL_TRAIT_ROS2_EDITOR_TEST_SUPPORTED TRUE)

+ 0 - 8
Gems/ROS2/Code/Platform/Android/ros2_android_files.cmake

@@ -1,8 +0,0 @@
-
-# Platform specific files for Android
-# i.e. ../Source/Android/ROS2Android.cpp
-#      ../Source/Android/ROS2Android.h
-#      ../Include/Android/ROS2Android.h
-
-set(FILES
-)

+ 0 - 8
Gems/ROS2/Code/Platform/Android/ros2_shared_android_files.cmake

@@ -1,8 +0,0 @@
-
-# Platform specific files for Android
-# i.e. ../Source/Android/ROS2Android.cpp
-#      ../Source/Android/ROS2Android.h
-#      ../Include/Android/ROS2Android.h
-
-set(FILES
-)

+ 0 - 4
Gems/ROS2/Code/Platform/Linux/PAL_linux.cmake

@@ -1,4 +0,0 @@
-
-set(PAL_TRAIT_ROS2_SUPPORTED TRUE)
-set(PAL_TRAIT_ROS2_TEST_SUPPORTED TRUE)
-set(PAL_TRAIT_ROS2_EDITOR_TEST_SUPPORTED TRUE)

+ 0 - 8
Gems/ROS2/Code/Platform/Linux/ros2_linux_files.cmake

@@ -1,8 +0,0 @@
-
-# Platform specific files for Linux
-# i.e. ../Source/Linux/ROS2Linux.cpp
-#      ../Source/Linux/ROS2Linux.h
-#      ../Include/Linux/ROS2Linux.h
-
-set(FILES
-)

+ 0 - 8
Gems/ROS2/Code/Platform/Linux/ros2_shared_linux_files.cmake

@@ -1,8 +0,0 @@
-
-# Platform specific files for Linux
-# i.e. ../Source/Linux/ROS2Linux.cpp
-#      ../Source/Linux/ROS2Linux.h
-#      ../Include/Linux/ROS2Linux.h
-
-set(FILES
-)

+ 0 - 4
Gems/ROS2/Code/Platform/Mac/PAL_mac.cmake

@@ -1,4 +0,0 @@
-
-set(PAL_TRAIT_ROS2_SUPPORTED TRUE)
-set(PAL_TRAIT_ROS2_TEST_SUPPORTED TRUE)
-set(PAL_TRAIT_ROS2_EDITOR_TEST_SUPPORTED TRUE)

+ 0 - 8
Gems/ROS2/Code/Platform/Mac/ros2_mac_files.cmake

@@ -1,8 +0,0 @@
-
-# Platform specific files for Mac
-# i.e. ../Source/Mac/ROS2Mac.cpp
-#      ../Source/Mac/ROS2Mac.h
-#      ../Include/Mac/ROS2Mac.h
-
-set(FILES
-)

+ 0 - 8
Gems/ROS2/Code/Platform/Mac/ros2_shared_mac_files.cmake

@@ -1,8 +0,0 @@
-
-# Platform specific files for Mac
-# i.e. ../Source/Mac/ROS2Mac.cpp
-#      ../Source/Mac/ROS2Mac.h
-#      ../Include/Mac/ROS2Mac.h
-
-set(FILES
-)

+ 0 - 4
Gems/ROS2/Code/Platform/Windows/PAL_windows.cmake

@@ -1,4 +0,0 @@
-
-set(PAL_TRAIT_ROS2_SUPPORTED TRUE)
-set(PAL_TRAIT_ROS2_TEST_SUPPORTED TRUE)
-set(PAL_TRAIT_ROS2_EDITOR_TEST_SUPPORTED TRUE)

+ 0 - 8
Gems/ROS2/Code/Platform/Windows/ros2_shared_windows_files.cmake

@@ -1,8 +0,0 @@
-
-# Platform specific files for Windows
-# i.e. ../Source/Windows/ROS2Windows.cpp
-#      ../Source/Windows/ROS2Windows.h
-#      ../Include/Windows/ROS2Windows.h
-
-set(FILES
-)

+ 0 - 8
Gems/ROS2/Code/Platform/Windows/ros2_windows_files.cmake

@@ -1,8 +0,0 @@
-
-# Platform specific files for Windows
-# i.e. ../Source/Windows/ROS2Windows.cpp
-#      ../Source/Windows/ROS2Windows.h
-#      ../Include/Windows/ROS2Windows.h
-
-set(FILES
-)

+ 0 - 4
Gems/ROS2/Code/Platform/iOS/PAL_ios.cmake

@@ -1,4 +0,0 @@
-
-set(PAL_TRAIT_ROS2_SUPPORTED TRUE)
-set(PAL_TRAIT_ROS2_TEST_SUPPORTED TRUE)
-set(PAL_TRAIT_ROS2_EDITOR_TEST_SUPPORTED TRUE)

+ 0 - 8
Gems/ROS2/Code/Platform/iOS/ros2_ios_files.cmake

@@ -1,8 +0,0 @@
-
-# Platform specific files for iOS
-# i.e. ../Source/iOS/ROS2iOS.cpp
-#      ../Source/iOS/ROS2iOS.h
-#      ../Include/iOS/ROS2iOS.h
-
-set(FILES
-)

+ 0 - 8
Gems/ROS2/Code/Platform/iOS/ros2_shared_ios_files.cmake

@@ -1,8 +0,0 @@
-
-# Platform specific files for iOS
-# i.e. ../Source/iOS/ROS2iOS.cpp
-#      ../Source/iOS/ROS2iOS.h
-#      ../Include/iOS/ROS2iOS.h
-
-set(FILES
-)

+ 0 - 1
Gems/ROS2/Platform/Android/android_gem.cmake

@@ -1 +0,0 @@
-

+ 0 - 3
Gems/ROS2/Platform/Android/android_gem.json

@@ -1,3 +0,0 @@
-{
-    "Tags": ["Android"],
-}

+ 0 - 1
Gems/ROS2/Platform/Linux/linux_gem.cmake

@@ -1 +0,0 @@
-

+ 0 - 3
Gems/ROS2/Platform/Linux/linux_gem.json

@@ -1,3 +0,0 @@
-{
-  "Tags": ["Linux"]
-}

+ 0 - 1
Gems/ROS2/Platform/Mac/mac_gem.cmake

@@ -1 +0,0 @@
-

+ 0 - 3
Gems/ROS2/Platform/Mac/mac_gem.json

@@ -1,3 +0,0 @@
-{
-  "Tags": ["Mac"]
-}

+ 0 - 1
Gems/ROS2/Platform/Windows/windows_gem.cmake

@@ -1 +0,0 @@
-

+ 0 - 3
Gems/ROS2/Platform/Windows/windows_gem.json

@@ -1,3 +0,0 @@
-{
-  "Tags": ["Windows"]
-}

+ 0 - 1
Gems/ROS2/Platform/iOS/ios_gem.cmake

@@ -1 +0,0 @@
-

+ 0 - 3
Gems/ROS2/Platform/iOS/ios_gem.json

@@ -1,3 +0,0 @@
-{
-    "Tags": ["iOS"]
-}