it works?
This commit is contained in:
@@ -22,8 +22,9 @@ file(GLOB_RECURSE sources_game game/*.cpp game/*.h)
|
||||
add_library(PuzGame SHARED ${sources_game})
|
||||
set_property(TARGET PuzGame PROPERTY CXX_STANDARD 17)
|
||||
|
||||
SET(BGFX_BUILD_TOOLS OFF)
|
||||
SET(BGFX_BUILD_TOOLS ON)
|
||||
SET(BGFX_BUILD_EXAMPLES OFF)
|
||||
SET(BGFX_CONFIG_MULTITHREADED OFF)
|
||||
add_subdirectory("${CMAKE_SOURCE_DIR}/dependency/bgfx.cmake")
|
||||
|
||||
target_link_libraries(PuzGame bx bimg bgfx)
|
||||
|
||||
Reference in New Issue
Block a user