|
@@ -463,21 +463,30 @@ package_option(DX9
|
|
|
|
|
|
|
|
config_package(DX9 "Direct3D 9.x")
|
|
config_package(DX9 "Direct3D 9.x")
|
|
|
|
|
|
|
|
-########
|
|
|
|
|
-# TODO #
|
|
|
|
|
-########
|
|
|
|
|
|
|
+#
|
|
|
|
|
+# ------------ Vision tools ------------
|
|
|
|
|
+#
|
|
|
|
|
+
|
|
|
|
|
+# OpenCV
|
|
|
|
|
+find_package(OpenCV QUIET COMPONENTS core highgui)
|
|
|
|
|
+
|
|
|
|
|
+package_option(OPENCV
|
|
|
|
|
+ "Enable support for OpenCV. This will be built into the 'vision' package."
|
|
|
|
|
+ FOUND_AS OpenCV)
|
|
|
|
|
|
|
|
-# Find and configure OpenCV
|
|
|
|
|
-#find_package(OpenCV)
|
|
|
|
|
-#config_package(OPENCV COMMENT "OpenCV")
|
|
|
|
|
|
|
+config_package(OPENCV "OpenCV")
|
|
|
|
|
|
|
|
-# Find and configure FFMPEG
|
|
|
|
|
-#find_package(FFMPEG)
|
|
|
|
|
-#config_package(FFMPEG)
|
|
|
|
|
|
|
+# ARToolKit
|
|
|
|
|
+find_package(ARToolKit QUIET)
|
|
|
|
|
|
|
|
-# Find and configure ODE
|
|
|
|
|
-#find_package(ODE)
|
|
|
|
|
-#config_package(ODE)
|
|
|
|
|
|
|
+package_option(ARTOOLKIT
|
|
|
|
|
+ "Enable support for ARToolKit. This will be built into the 'vision' package.")
|
|
|
|
|
+
|
|
|
|
|
+config_package(ARTOOLKIT "ARToolKit")
|
|
|
|
|
+
|
|
|
|
|
+########
|
|
|
|
|
+# TODO #
|
|
|
|
|
+########
|
|
|
|
|
|
|
|
# Find and configure Awesomium
|
|
# Find and configure Awesomium
|
|
|
#find_package(Awesomium)
|
|
#find_package(Awesomium)
|
|
@@ -505,10 +514,6 @@ config_package(DX9 "Direct3D 9.x")
|
|
|
#find_package(Assimp)
|
|
#find_package(Assimp)
|
|
|
#config_package(ASSIMP COMMENT "Assimp")
|
|
#config_package(ASSIMP COMMENT "Assimp")
|
|
|
|
|
|
|
|
-# Find and configure ARToolKit
|
|
|
|
|
-#find_package(ARToolKit)
|
|
|
|
|
-#config_package(ARTOOLKIT COMMENT "ARToolKit")
|
|
|
|
|
-
|
|
|
|
|
# Find and configure libRocket
|
|
# Find and configure libRocket
|
|
|
#find_package(Rocket)
|
|
#find_package(Rocket)
|
|
|
#config_package(ROCKET COMMENT "libRocket")
|
|
#config_package(ROCKET COMMENT "libRocket")
|
|
@@ -531,10 +536,6 @@ config_package(DX9 "Direct3D 9.x")
|
|
|
# unset(USE_ROCKET_PYTHON CACHE)
|
|
# unset(USE_ROCKET_PYTHON CACHE)
|
|
|
#endif()
|
|
#endif()
|
|
|
|
|
|
|
|
-# Find and configure Bullet
|
|
|
|
|
-#find_package(Bullet)
|
|
|
|
|
-#config_package(BULLET COMMENT "Bullet Physics")
|
|
|
|
|
-
|
|
|
|
|
# Find and configure Vorbis
|
|
# Find and configure Vorbis
|
|
|
#find_package(Vorbis)
|
|
#find_package(Vorbis)
|
|
|
#config_package(VORBIS COMMENT "Vorbis Ogg decoder")
|
|
#config_package(VORBIS COMMENT "Vorbis Ogg decoder")
|