bgfx: Move example to bgfx and split off imgui

This commit is contained in:
Sandy Carter
2023-01-14 22:30:59 -05:00
committed by Sandy
parent 8d130b923d
commit 10501b78f4
7 changed files with 49 additions and 40 deletions

View File

@@ -108,10 +108,6 @@ if(BGFX_BUILD_TOOLS)
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/tools.cmake)
endif()
if(BGFX_BUILD_TOOLS OR BGFX_BUILD_EXAMPLES)
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/examples.cmake)
endif()
if(BGFX_INSTALL)
include(GNUInstallDirs)