hotloading!!

This commit is contained in:
Asuro
2025-02-07 03:03:23 +01:00
parent 3be734ae2f
commit 60640a708f
7 changed files with 172 additions and 72 deletions

View File

@@ -27,5 +27,5 @@ SET(BGFX_BUILD_EXAMPLES OFF)
add_subdirectory("${CMAKE_SOURCE_DIR}/dependency/bgfx.cmake")
target_link_libraries(PuzGame bx bimg bgfx)
target_link_libraries(PuzGameEngine bx)
target_link_libraries(PuzGameEngine bx bimg bgfx)
set_target_properties(PuzGame PROPERTIES OUTPUT_NAME "PuzGame2")