Skip to content

Commit eb77270

Browse files
committed
0.17.1
1 parent 1cd1028 commit eb77270

File tree

3,766 files changed

+72
-1407162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,766 files changed

+72
-1407162
lines changed

LICENSE-JUCE.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

LICENSE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# License Information
22

33
This repository uses multiple licenses:
4-
- **Main project**
4+
5+
- **Main OBS plugin**
56
[GNU General Public License v2.0 (GPL-2.0)](./LICENSE-GPL2)
67

78
- **lib/atkaudio**
89
[GNU General Public License v3.0 (GPL-3.0)](./LICENSE-GPL3)
910

1011
- **JUCE**
11-
[JUCE License](./LICENSE-JUCE.md)
12+
[JUCE License](https://github.com/juce-framework/JUCE/raw/refs/heads/master/LICENSE.md)
1213

13-
Please review the individual license files and source headers for more information.
14+
Please review the individual license files and source headers for more information.

buildspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"uuids": {
4444
"windowsApp": "ad885c58-5ca9-44de-8f4f-1c12676626a9"
4545
},
46-
"version": "0.16.2",
46+
"version": "0.17.1",
4747
"website": "https://www.atkaudio.com"
4848
}

lib/atkaudio/CMakeLists.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,17 @@ target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/s
99

1010
cmake_policy(SET CMP0177 NEW)
1111

12-
add_subdirectory(JUCE EXCLUDE_FROM_ALL)
1312
set(target ${PROJECT_NAME})
1413

14+
include(FetchContent)
15+
FetchContent_Declare(
16+
juce
17+
EXCLUDE_FROM_ALL
18+
GIT_REPOSITORY https://github.com/juce-framework/JUCE.git
19+
GIT_TAG master
20+
GIT_SHALLOW TRUE
21+
)
22+
FetchContent_MakeAvailable(juce)
1523
_juce_initialise_target(${target} ${target})
1624

1725
target_link_libraries(${PROJECT_NAME}

lib/atkaudio/JUCE/.clang-tidy

Lines changed: 0 additions & 23 deletions
This file was deleted.

lib/atkaudio/JUCE/.gitignore

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)