PopcornFX / O3DEPopcornFXPlugin

PopcornFX plugin for O3DE
https://www.popcornfx.com/
Other
13 stars 12 forks source link

Added a header-only target: Gem::PopcornFX.API #28

Closed SelfishOlex closed 2 years ago

SelfishOlex commented 2 years ago

I am proposing a new header-only CMake target that avoids linking PopcornFX code to other gems. Using Gem::PopcornFX.API as a dependency speeds up compilation compared to using Gem::PopcornFX.Static.

(I tested this in a small project.)

Signed-off-by: Olex Lozitskiy 5432499+AMZN-Olex@users.noreply.github.com

ValPKFX commented 2 years ago

Thank you!