Skip to content

Commit

Permalink
Also default bindings standalone built to shared libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Sep 29, 2024
1 parent 3a5e137 commit 76a8d60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ if(HDE_BINDINGS_BUILD_STANDALONE)
find_package(WearableData REQUIRED)
find_package(HumanDynamicsEstimation REQUIRED)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../cmake)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
option(BUILD_SHARED_LIBS "Build libraries as shared as opposed to static" ON)
endif()

if(HDE_COMPILE_PYTHON_BINDINGS)
Expand Down

0 comments on commit 76a8d60

Please sign in to comment.