Switching to static library on linux
This commit is contained in:
parent
b9832379a4
commit
0d6f0cf110
@ -140,7 +140,7 @@ else()
|
||||
endif()
|
||||
|
||||
add_definitions(-DOVR_DLL_BUILD)
|
||||
add_library(ovr SHARED ${SOURCE_FILES} ${PLATFORM_SOURCE_FILES})
|
||||
add_library(ovr STATIC ${SOURCE_FILES} ${PLATFORM_SOURCE_FILES})
|
||||
target_link_libraries(ovr ${EXTRA_LIBS})
|
||||
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user