Skip to content

Commit

Permalink
[pd] Update to pd 0.54 and latest libpd
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 26, 2023
1 parent 8192b11 commit 36f7cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/libpd
Submodule libpd updated 119 files
6 changes: 5 additions & 1 deletion src/plugins/score-plugin-pd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ if(SCORE_FAST_DEV_BUILD)
return()
endif()

set(LIBPD_STATIC ON CACHE INTERNAL "")
set(LIBPD_SHARED OFF CACHE INTERNAL "")
set(PD_MULTI ON CACHE INTERNAL "")
if(WIN32)
set(PD_DEFINE_EXTERN extern CACHE INTERNAL "")
endif()
set(CMAKE_C_VISIBILITY_PRESET "hidden")
add_subdirectory("${3RDPARTY_FOLDER}/libpd" "${CMAKE_BINARY_DIR}/libpd")
set_target_properties(libpd_static PROPERTIES UNITY_BUILD 0)

if(NOT TARGET libpd_static)
message("Problem occurring when building libpd")
Expand Down

0 comments on commit 36f7cd5

Please sign in to comment.