Skip to content

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.

1 participant