Intagrated Tracy, debugged animations
This commit is contained in:
@@ -29,6 +29,7 @@ find_package(assimp REQUIRED CONFIG)
|
||||
find_package(OgreProcedural REQUIRED CONFIG)
|
||||
find_package(pugixml REQUIRED CONFIG)
|
||||
find_package(flecs REQUIRED CONFIG)
|
||||
find_package(Tracy REQUIRED CONFIG)
|
||||
|
||||
add_library(fix::assimp INTERFACE IMPORTED)
|
||||
set_target_properties(fix::assimp PROPERTIES
|
||||
@@ -81,11 +82,12 @@ add_executable(Game Game.cpp ${WATER_SRC})
|
||||
target_include_directories(Game PRIVATE src/gamedata)
|
||||
target_link_libraries(Game OgreBites OgrePaging OgreTerrain OgreMeshLodGenerator
|
||||
OgreProcedural::OgreProcedural
|
||||
OgreCrowd
|
||||
GameData
|
||||
sound
|
||||
sceneloader physics
|
||||
OgreCrowd
|
||||
sceneloader physics lua
|
||||
flecs::flecs_static
|
||||
Tracy::TracyClient
|
||||
-Wl,--as-needed
|
||||
)
|
||||
if(OGRE_STATIC)
|
||||
|
||||
Reference in New Issue
Block a user