STORM-IRIT / Radium-Engine

Research 3D Engine for rendering, animation and processing
https://storm-irit.github.io/Radium-Engine/
Apache License 2.0
100 stars 50 forks source link

[headless] Move target include before set_target_property #1031

Closed dlyr closed 1 year ago

dlyr commented 1 year ago

hot fix, when using Radium::Headless as a component outside radium build, configure fails since it tries to set_target_property before target is defined. the fix move the include target file before the set.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1031 (08428a6) into release-candidate (e25f783) will not change coverage. The diff coverage is n/a.

@@                Coverage Diff                 @@
##           release-candidate    #1031   +/-   ##
==================================================
  Coverage              45.61%   45.61%           
==================================================
  Files                    343      343           
  Lines                  23100    23100           
==================================================
  Hits                   10536    10536           
  Misses                 12564    12564           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.