mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
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/
13 lines
311 B
Text
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)
|
|
|