This commit is contained in:
Asuro
2025-02-08 13:52:10 +01:00
parent c868a3c43e
commit 149de529e6
6 changed files with 9 additions and 9 deletions

View File

@@ -23,10 +23,10 @@ add_library(PuzGame SHARED ${sources_game})
set_property(TARGET PuzGame PROPERTY CXX_STANDARD 17)
SET(BGFX_BUILD_TOOLS ON)
SET(BGFX_BUILD_EXAMPLES OFF)
SET(BGFX_CONFIG_MULTITHREADED OFF)
SET(BGFX_BUILD_EXAMPLES ON)
#SET(BGFX_CONFIG_MULTITHREADED OFF)
add_subdirectory("${CMAKE_SOURCE_DIR}/dependency/bgfx.cmake")
target_link_libraries(PuzGame bx bimg bgfx)
target_link_libraries(PuzGameEngine bx bimg bgfx)
target_link_libraries(PuzGameEngine bx)
set_target_properties(PuzGame PROPERTIES OUTPUT_NAME "PuzGame2")