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

fix build on x64-windows with msvc #131

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

Conversation

Maxomann
Copy link

This porbably breaks other build configurations (?), but msvc works now.
Build was tested using VisualStudio's "Open Folder" option and using vcpkg to get the dependencies.

The reason for this fix:
During build of target "groot" there were errors about behavior_tree_editor.lib not being found.
It seems that target was not being exported correctly in this configuration (?).
This change removes the behavior_tree_editor target entirely to fix the build.
Also it sets the Compiler Flag "/EHsc" for all projects, to fix other build errors.

As already said, these changes probably break other stuff, but people who want to build the project on windows might find this pull request helpful as a reference.

This porbably breaks other build configurations (?), but msvc works now.
Build was tested using VisualStudio's "Open Folder" option using vcpkg to get the dependencies.
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.

None yet

1 participant