Switching back to shared library, cause I'm super lazy

This commit is contained in:
Brad Davis 2014-12-04 23:16:25 -08:00
parent e873eb432e
commit 696fd72a27

View File

@ -90,6 +90,6 @@ else()
endif()
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DOVR_BUILD_DEBUG")
add_library(OculusVR ${SOURCE_FILES} ${PLATFORM_SOURCE_FILES})
add_library(OculusVR SHARED ${SOURCE_FILES} ${PLATFORM_SOURCE_FILES})
target_link_libraries(OculusVR ${EXTRA_LIBS})
set(OVR_LIBRARIES ${EXTRA_LIBS} CACHE STRING "Dependencies of OculusVR")