Skip to content

Don't make assumptions on the location of library outputs #253

@kraenhansen

Description

@kraenhansen

cmake-rn is making assumptions on the target LIBRARY_OUTPUT_DIRECTORY to locate the dynamic libraries to find them and assemble the prebuilds. We do pass CMAKE_LIBRARY_OUTPUT_DIRECTORY but this only serves as a default, which the individual target can override.

It seems the most reliable way to get the path of the binary would be to use the CMake file API.

Metadata

Metadata

Assignees

Labels

CMake RNOur `cmake` wrapping CLIbugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions