Skip to content

Commit

Permalink
updated libmysofa for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
vackva committed May 5, 2024
1 parent 4c808fe commit 22427e0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ endif()
# find_package(JUCE CONFIG REQUIRED)
add_subdirectory(modules/JUCE)


set(BUILD_TESTS OFF CACHE BOOL "Disable building tests" FORCE)
set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build shared instead of static libraries." FORCE)
add_subdirectory(modules/custom/libmysofa SYSTEM)

if(MSVC)
add_subdirectory(modules/customlibmysofa SYSTEM)
else()
add_subdirectory(modules/libmysofa SYSTEM)
endif()


juce_add_plugin(${TARGET_NAME}
# VERSION ... # Set this if the plugin version is different to the project version
Expand Down

0 comments on commit 22427e0

Please sign in to comment.