Skip to content

Link proper cmake target for pipewire and expose it as dependency on installation#16

Merged
Curve merged 4 commits into
Curve:masterfrom
frogarian:fix/pipewire-linkage
Oct 10, 2025
Merged

Link proper cmake target for pipewire and expose it as dependency on installation#16
Curve merged 4 commits into
Curve:masterfrom
frogarian:fix/pipewire-linkage

Conversation

@frogarian

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread CMakeLists.txt

target_link_libraries(${PROJECT_NAME} PUBLIC ${PIPEWIRE_LIBRARIES} pthread)
target_include_directories(${PROJECT_NAME} SYSTEM PUBLIC ${PIPEWIRE_INCLUDE_DIRS} ${SPA_INCLUDE_DIRS})
target_link_libraries(${PROJECT_NAME} PRIVATE PipeWire::PipeWire)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Does this target also include pthread?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes, compare my change in FindPipeWire.cmake

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Ah I totally overlooked that, thanks!

@Curve Curve merged commit ed902f1 into Curve:master Oct 10, 2025
4 checks passed
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