Skip to content

Commit

Permalink
dll code generation for bullet3
Browse files Browse the repository at this point in the history
  • Loading branch information
goopey7 committed Jan 5, 2024
1 parent c3933ef commit 49552fe
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions libs/bullet3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,8 @@ endif(NOT WIN32)

option(USE_MSVC_INCREMENTAL_LINKING "Use MSVC Incremental Linking" OFF)

# statically linking VC++ isn't supported for WindowsPhone/WindowsStore
if(CMAKE_SYSTEM_NAME STREQUAL WindowsPhone OR CMAKE_SYSTEM_NAME STREQUAL
WindowsStore)
option(USE_MSVC_RUNTIME_LIBRARY_DLL
"Use MSVC Runtime Library DLL (/MD or /MDd)" ON)
else()
option(USE_MSVC_RUNTIME_LIBRARY_DLL
"Use MSVC Runtime Library DLL (/MD or /MDd)" OFF)
endif(CMAKE_SYSTEM_NAME STREQUAL WindowsPhone OR CMAKE_SYSTEM_NAME STREQUAL
WindowsStore)
option(USE_MSVC_RUNTIME_LIBRARY_DLL
"Use MSVC Runtime Library DLL (/MD or /MDd)" ON)
option(USE_MSVC_RELEASE_RUNTIME_ALWAYS
"Use MSVC Release Runtime Library even in Debug" OFF)

Expand Down Expand Up @@ -370,7 +362,6 @@ option(BUILD_ENET
option(BUILD_CLSOCKET
"Set when you want to build apps with enet TCP networking support" ON)


subdirs(src)

if("${CMAKE_GENERATOR}" MATCHES "Unix Makefiles")
Expand Down

0 comments on commit 49552fe

Please sign in to comment.