feat: add tracy / various fixes
This commit is contained in:
@@ -56,7 +56,7 @@ set(SRC_FILES
|
||||
"src/Physics/PhysicsWorld.cpp"
|
||||
"src/Physics/SimplePhysicsWorld.cpp"
|
||||
"src/Physics/PhysicsSceneBridge.cpp"
|
||||
src/Components/Physics/BoxCollider.cpp
|
||||
"src/Physics/JoltPhysicsWorld.cpp"
|
||||
)
|
||||
|
||||
add_library(destrum ${SRC_FILES})
|
||||
@@ -89,6 +89,7 @@ target_link_libraries(destrum
|
||||
assimp
|
||||
imgui
|
||||
Jolt
|
||||
Tracy::TracyClient
|
||||
|
||||
PRIVATE
|
||||
freetype::freetype
|
||||
@@ -99,6 +100,7 @@ target_compile_definitions(destrum
|
||||
PUBLIC
|
||||
VK_NO_PROTOTYPES
|
||||
VMA_VULKAN_VERSION=1003000
|
||||
TRACY_VK_USE_SYMBOL_TABLE
|
||||
# VOLK_DEFAULT_VISIBILITY # FIXME: doesn't work for some reason
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user