Closed SelfishOlex closed 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.
Gem::PopcornFX.API
(I tested this in a small project.)
Signed-off-by: Olex Lozitskiy 5432499+AMZN-Olex@users.noreply.github.com
Thank you!
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