Skip to content

how to import installed packages into a CMake project #42670

Closed Answered by aureliencc
ac169 asked this question in Q&A
Discussion options

You must be logged in to vote

I went into the same situation with libmupdf.

You can try to include the library with :

find_library(WEPOLL_LIBRARY wepoll)
target_link_libraries(${YOUR_PROJECT_NAME} PRIVATE ${WEPOLL_LIBRARY})

Beware that it does not handle dependencies.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@ac169
Comment options

@aureliencc
Comment options

Answer selected by ac169
@ac169
Comment options

Comment options

You must be logged in to vote
1 reply
@ac169
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants