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

add libnoise/1.0.0 #6935

Merged
merged 2 commits into from
Aug 22, 2021
Merged

Conversation

SpaceIm
Copy link
Contributor

@SpaceIm SpaceIm commented Aug 20, 2021

Specify library name and version: lib/1.0

This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the
    conan-center hook activated.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

All green in build 2 (2da93dcce6f396f2c385ea815af98fdf6d3ef0bc):

  • libnoise/1.0.0@:
    All packages built successfully! (All logs)

set(NOISE_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/source_subfolder/noise/src)

file(GLOB NOISE_SRC_FILES
${NOISE_SRC_DIR}/*.cpp
Copy link
Contributor

Choose a reason for hiding this comment

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

The archive contains: src/win32/libnoise.def.
It contains a lot of symbols though.

So I think using WINDOWS_EXPORT_ALL_SYMBOLS is good enough.
As long as there are no static variables not exported.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes you're right. And actually, looking at source code, all symbols are exported anyway. No static variables by the way.

Copy link
Contributor

Choose a reason for hiding this comment

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

So let's keep it like it is.

@conan-center-bot conan-center-bot merged commit d7735cd into conan-io:master Aug 22, 2021
@SpaceIm SpaceIm deleted the new/libnoise/1.0.0 branch August 22, 2021 16:03
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.

5 participants