-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's still in history, but we are definitely wrapper committed at this point. Onwards!
- Loading branch information
Showing
10 changed files
with
18 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,4 @@ | ||
project(scxt-clients LANGUAGES CXX) | ||
|
||
|
||
if (${SCXT_JUCE_CLASSIC_STYLE}) | ||
message(STATUS "Building JUCE_CLASSIC style plugins") | ||
add_subdirectory(juce-plugin) | ||
|
||
if(DEFINED ENV{ASIOSDK_DIR} OR BUILD_USING_MY_ASIO_LICENSE) | ||
if(BUILD_USING_MY_ASIO_LICENSE) | ||
message(STATUS "** BUILD USING OWN ASIO LICENSE **") | ||
message(STATUS "The resulting Shortcircuit XT standalone executable is not licensed for distribution!") | ||
message(STATUS "Fetching ASIO SDK...") | ||
|
||
set(ASIOSDK_DIR ${CMAKE_BINARY_DIR}/asio/asiosdk) | ||
add_custom_target(scxt-get-local-asio) | ||
add_custom_command( | ||
TARGET scxt-get-local-asio | ||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} | ||
COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_BINARY_DIR}/asio | ||
COMMAND ${CMAKE_COMMAND} -D ASIO_SDK_DESTINATION=${CMAKE_BINARY_DIR}/asio -P ../cmake/get-asio.cmake | ||
) | ||
add_dependencies(scxt_plugin scxt-get-local-asio) | ||
else() | ||
file(TO_CMAKE_PATH "$ENV{ASIOSDK_DIR}" ASIOSDK_DIR) | ||
message(STATUS "ASIO SDK found at ${ASIOSDK_DIR}") | ||
message(STATUS "The resulting Shortcircuit XT standalone executable is not licensed for distribution!") | ||
endif() | ||
|
||
target_compile_definitions(scxt_plugin INTERFACE JUCE_ASIO=1) | ||
target_include_directories(scxt_plugin INTERFACE ${ASIOSDK_DIR}/common) | ||
set(JUCE_ASIO_SUPPORT TRUE) | ||
endif() | ||
else() | ||
message(STATUS "Building clap-first / wrapper plugins") | ||
add_subdirectory(clap-first) | ||
endif() | ||
|
||
add_subdirectory(clap-first) | ||
add_subdirectory(sfz-token-dump) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.