ODE shared library;

This commit is contained in:
bjorn 2017-06-10 03:12:31 -07:00
parent 7241d1c5f7
commit bb5df10f28
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ endif()
# ODE
if (WIN32 OR EMSCRIPTEN)
set(ODE_BUILD_SHARED ON CACHE BOOL "")
add_subdirectory(deps/ode ode)
include_directories(deps/ode/include "${CMAKE_CURRENT_BINARY_DIR}/ode/include")
set(LOVR_ODE ode)
@ -263,6 +264,7 @@ if(WIN32)
move_dll(${LOVR_ASSIMP})
move_dll(${LOVR_GLFW})
move_dll(${LOVR_LUA})
move_dll(${LOVR_ODE})
move_dll(${LOVR_OPENAL})
move_dll(${LOVR_OPENVR})
move_dll(${LOVR_PHYSFS})