We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm currently writing down the implementation of CMake Config Files generated for the installer.
I was wondering what naming convention you'd prefer. At the moment, the directory structure is:
PS C:\dev\install\geometry-central> Get-ChildItem -Recurse -Name include lib include\geometrycentral include\geometrycentral\numerical include\geometrycentral\pointcloud include\geometrycentral\surface include\geometrycentral\utilities include\geometrycentral\numerical\... include\geometrycentral\pointcloud\... include\geometrycentral\surface\... lib\cmake lib\geometry-central.lib lib\cmake\geometry-central lib\cmake\geometry-central\geometrycentral-config-version.cmake lib\cmake\geometry-central\geometrycentral-config.cmake lib\cmake\geometry-central\geometrycentral-relwithdebinfo.cmake lib\cmake\geometry-central\geometrycentral.cmake
Target is named geometrycentral::geometry-central and CMake variable needed to find the config file is
geometrycentral::geometry-central
"geometrycentral_DIR": "C:/dev/install/geometry-central/lib/cmake/geometry-central",
Have a good day!
Patrick
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi,
I'm currently writing down the implementation of CMake Config Files generated for the installer.
I was wondering what naming convention you'd prefer. At the moment, the directory structure is:
Target is named
geometrycentral::geometry-central
and CMake variable needed to find the config file isHave a good day!
Patrick
The text was updated successfully, but these errors were encountered: