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

CMake: flamegpu_add_library #162

Open
ptheywood opened this issue Sep 22, 2023 · 0 comments
Open

CMake: flamegpu_add_library #162

ptheywood opened this issue Sep 22, 2023 · 0 comments

Comments

@ptheywood
Copy link
Member

Document the existance of flamegpu_add_library introduced in FLAMEGPU/FLAMEGPU2#1062.

There's not currently a great home for this within the userguide, so probably need to introduce a project or cmake type page?, which could also document the add_executable version.

tldr;

  • Use add executable if you just want a single binary
  • Use add_library if you want a common base which interacts with flamegpu, that can then be linked against by one or more executables, i.e. for a simulator and a test suite.
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

No branches or pull requests

1 participant