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

Use CMake targets #100

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

Conversation

jgsogo
Copy link
Contributor

@jgsogo jgsogo commented May 19, 2020

Using CMake targets, information about include directories, libraries, link flags,... is contained in the target and added to the dependencies.

One doubt I have:

  • Not sure if Boost_LIBRARIES variable already contains the target. If not, we should use Boost::program_options Boost::regex Boost:serialization (or the required targets for each library).

As the other PR, I hope this is not breaking existing builds, if so, let me know how to reproduce them and I will work on these changes.

@lluisp
Copy link
Contributor

lluisp commented Jul 1, 2020

CMakeLists for libdynet are mainly those from the original project. I'd prefer to keep them as they are (or to update them from source if needed).

Can you post a PR withouth those changes?

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