Skip to content

build: support multi-config builds with one configure - #182

Open
aminya wants to merge 1 commit into
free-audio:mainfrom
aminya:multi-config-build
Open

build: support multi-config builds with one configure#182
aminya wants to merge 1 commit into
free-audio:mainfrom
aminya:multi-config-build

Conversation

@aminya

@aminya aminya commented Aug 2, 2026

Copy link
Copy Markdown

Use $<CONFIG> instead of CMAKE_BUILD_TYPE so you only need to configure once, and can then build whichever config you want.

find_library resolves at configure time, so the Shared Code paths are now built by hand. On Linux we link the .a directly, which means we no longer need to copy it just to give it a lib prefix.

Use $<CONFIG> instead of CMAKE_BUILD_TYPE so you only need to configure once, and can then build
whichever config you want.

find_library resolves at configure time, so the Shared Code paths are now built by hand. On Linux
we link the .a directly, which means we no longer need to copy it just to give it a lib prefix.
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.

1 participant