ports/graphics/urho3d/files/patch-CMakeLists.txt
Romain Tartière 773e684f1f New port: graphics/urho3d
Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented
in C++ and released under the MIT license. Greatly inspired by OGRE and
Horde3D.

WWW: https://urho3d.github.io/
2019-12-04 02:21:29 +00:00

13 lines
311 B
Text

--- CMakeLists.txt.orig 2019-05-24 15:51:45 UTC
+++ CMakeLists.txt
@@ -35,6 +35,10 @@ if (COMMAND cmake_policy)
cmake_policy (SET CMP0063 OLD)
endif ()
+link_directories(/usr/local/lib)
+link_libraries(usbhid)
+set(CMAKE_REQUIRED_INCLUDES "/usr/local/include")
+
# Set project name
project (Urho3D)