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

unity: move some files to the end #3653

Merged
merged 2 commits into from Aug 3, 2020

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented Aug 3, 2020

This should fix instantiation warnings/errors

part of #3633
fixes #3651
closes #3650 (better alternative)
related to #3637

CMakeLists.txt Outdated
LIST(INSERT TARGET_SRC 0 ${HELPER_PATH})
# special treatment of some files for unity builds:
LIST(APPEND UNITY_LAST_FILES
"source/simulator/core.cc;source/volume_of_fluid/handler.cc")
Copy link
Contributor

Choose a reason for hiding this comment

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

so helper_functions.cc is no longer needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

helper_functions was moved to the front to be in front of core.cc, Now I move things to the back instead.

CMakeLists.txt Outdated Show resolved Hide resolved
CMakeLists.txt Outdated Show resolved Hide resolved
@tjhei
Copy link
Member Author

tjhei commented Aug 3, 2020

updated.

Copy link
Member

@gassmoeller gassmoeller left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@gassmoeller gassmoeller merged commit d30ba89 into geodynamics:master Aug 3, 2020
@tjhei tjhei deleted the unity_move_files_to_end branch August 3, 2020 17:32
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.

class instantiations with implementations in different .ccs?
3 participants