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

Refactor the project layout #18

Merged
merged 95 commits into from
May 23, 2024
Merged

Refactor the project layout #18

merged 95 commits into from
May 23, 2024

Conversation

balazsdukai
Copy link
Member

@balazsdukai balazsdukai commented May 4, 2024

Implements my proposal from #16 :

  • Use vcpkg for most of the libraries. Vcpkg is not a git submodule, because it's super heavy. Currently everyone needs to set it up on their own. There are two options for using vcpkg:
    • Use the build preset with --preset build and set the VCPKG_ROOT environment variable.
    • Set the CMAKE_TOOLCHAIN_FILE cmake variable directly.
  • Use CPM for libraries that are not on vcpkg (val3dity, rerun)
  • Restructure src into libraries
  • Remove the umbrella roofer lib and link to the required libraries in the apps. This shouldn't cause any problems, right @Ylannl ?
  • Clean up a bit and reformat the cmakelists

Fixes #16

@balazsdukai balazsdukai requested a review from Ylannl May 4, 2024 22:09
@balazsdukai balazsdukai mentioned this pull request May 4, 2024
37 tasks
@balazsdukai balazsdukai force-pushed the feature/project-tools-refactor branch from c5a844a to 5e671c1 Compare May 21, 2024 00:53
@balazsdukai balazsdukai force-pushed the feature/project-tools-refactor branch from 10cef3f to ee71a53 Compare May 21, 2024 21:36
@Ylannl Ylannl merged commit 94547c6 into develop May 23, 2024
7 of 8 checks passed
@Ylannl Ylannl deleted the feature/project-tools-refactor branch May 23, 2024 11:12
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.

Refactor the project layout
2 participants