Skip to content

Commit

Permalink
work on updating mapping settings controls
Browse files Browse the repository at this point in the history
  • Loading branch information
vsicurella committed May 15, 2024
1 parent c080169 commit ab9a15c
Show file tree
Hide file tree
Showing 7 changed files with 576 additions and 155 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ add_subdirectory($ENV{juce_DIR} subprojects/juce)
juce_add_gui_app(
LumatoneEditor
PRODUCT_NAME "Lumatone Editor"
VERSION "1.2.0"
VERSION "1.5.0b"
BUNDLE_ID "com.Lumatone.LumatoneEditor"
# ICON_SMALL "${CMAKE_CURRENT_SOURCE_DIR}/BinaryData/Assets/PNG/[email protected]"
# ICON_BIG "${CMAKE_CURRENT_SOURCE_DIR}/BinaryData/Assets/PNG/[email protected]"
Expand Down Expand Up @@ -44,7 +44,7 @@ if (UNIX)
set(LibraryPath "${CMAKE_CURRENT_SOURCE_DIR}/Libraries/mac")
set(LibraryInclude "${LibraryPath}/include")
set(LibraryCode "${LibraryInclude}/libssh2.h")

add_library(SSHLib SHARED IMPORTED)
set_target_properties( SSHLib PROPERTIES IMPORTED_LOCATION "${LibraryPath}/lib/libssh2.dylib")
endif()
Expand Down Expand Up @@ -140,4 +140,3 @@ target_link_libraries(LumatoneEditor
# COMMAND install_name_tool -change @rpath/libssh2.dylib @loader_path/../Frameworks/libssh2.dylib $<TARGET_FILE:${JUCE_PRODUCT_NAME}>
# )
# endif()

Loading

0 comments on commit ab9a15c

Please sign in to comment.