You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
Tools use CMake interface library to include some files from bgfx sources. When using amalgamated build these sources are marked as headers and therefore not complied nor linked.
This can be solved by createing cpp file in binary directory that include necessary file there.
Changing header only flag to false in tool cmake file may not work due to how cmake works.
Thanks for your work. : )
The text was updated successfully, but these errors were encountered:
Tools use CMake interface library to include some files from bgfx sources. When using amalgamated build these sources are marked as headers and therefore not complied nor linked.
This can be solved by createing cpp file in binary directory that include necessary file there.
Changing header only flag to false in tool cmake file may not work due to how cmake works.
Thanks for your work. : )
The text was updated successfully, but these errors were encountered: