Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for CMake builds #2

Merged
merged 14 commits into from
Apr 20, 2024
Merged

Add support for CMake builds #2

merged 14 commits into from
Apr 20, 2024

Conversation

Davit-G
Copy link
Contributor

@Davit-G Davit-G commented Apr 19, 2024

Added support for CMake builds, fetching v7.0.11 from the JUCE Github repository.

AAX compilation is not enabled but can be enabled according to the README.md build instructions.

@Davit-G
Copy link
Contributor Author

Davit-G commented Apr 19, 2024

Basic CMakeLists.txt files have been added, feel free to contribute / edit if there is anything wrong 👍

Copy link
Owner

@hollance hollance left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, thanks for adding CMake support. I left a few small comments on your commits.

Could you also add the following lines to generate dSYM files for Xcode release builds?

set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -g")
set(CMAKE_XCODE_ATTRIBUTE_GCC_GENERATE_DEBUGGING_SYMBOLS[variant=Release] "YES")
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT[variant=Release] "dwarf-with-dsym")
set(CMAKE_XCODE_ATTRIBUTE_DEPLOYMENT_POSTPROCESSING[variant=Release] "YES")

Thanks!

CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
KissOfShame.jucer Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Source/AudioProcessing/CMakeLists.txt Outdated Show resolved Hide resolved
@Davit-G Davit-G requested a review from hollance April 20, 2024 14:04
@hollance hollance merged commit c4e27a4 into hollance:main Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants