Skip to content

Commit

Permalink
add lumatone-editor-library and reimplement (most) state methods
Browse files Browse the repository at this point in the history
  • Loading branch information
vsicurella committed Jan 5, 2024
1 parent cea9fba commit 7b65c24
Show file tree
Hide file tree
Showing 190 changed files with 16,604 additions and 10,933 deletions.
10 changes: 8 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,17 @@ if (UNIX)
)
endif()

file(GLOB_RECURSE BinaryData
file(GLOB_RECURSE LibraryBinaryData
CONFIGURE_DEPENDS
"${CMAKE_CURRENT_SOURCE_DIR}/Source/lumatone_editor_library/assets/*"
)
juce_add_binary_data(LumatoneEditorLibraryAssets SOURCES ${LibraryBinaryData})

file(GLOB_RECURSE EditorBinaryData
CONFIGURE_DEPENDS
"${CMAKE_CURRENT_SOURCE_DIR}/BinaryData/*"
)
juce_add_binary_data(LumatoneEditorAssets SOURCES ${BinaryData})
juce_add_binary_data(LumatoneEditorAssets SOURCES ${EditorBinaryData})

# juce_add_bundle_resources_directory(LumatoneEditor "${CMAKE_CURRENT_SOURCE_DIR}/Libraries/mac/lib")

Expand Down
Loading

0 comments on commit 7b65c24

Please sign in to comment.