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

Support CMake. #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support CMake. #22

wants to merge 1 commit into from

Conversation

znsoftm
Copy link

@znsoftm znsoftm commented May 6, 2024

Now, it can be compiled with CMake.

set(BUILDSHARE )
endif()

add_library(sheenbidi ${BUILDSHARE} ${SRC_FILES})
Copy link

Choose a reason for hiding this comment

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

This is highly unusual for CMake. Whether libraries are built as shared is controlled by the built-in BUILD_SHARED_LIBS CMake option. There is no need for and there shouldn't be such an option.

@glebm
Copy link

glebm commented Nov 6, 2024

I've sent an alternative PR that uses a more modern CMake approach (target-based). #27

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