fspefstats switcharoo with LL version but keep fs perf floater.
parent
e697c774b5
commit
3d42d2ebea
|
|
@ -409,8 +409,8 @@ set(viewer_SOURCE_FILES
|
|||
llfloaterpathfindinglinksets.cpp
|
||||
llfloaterpathfindingobjects.cpp
|
||||
llfloaterpay.cpp
|
||||
# llfloaterperformance.cpp <FS:Beq/> replaced with fs version due to large changes and likelihood that LL version will not release.
|
||||
fsfloaterperformance.cpp
|
||||
# llfloaterperformance.cpp
|
||||
fsfloaterperformance.cpp # <FS:Beq> restore fs perf floater
|
||||
llfloaterperms.cpp
|
||||
llfloaterpostprocess.cpp
|
||||
llfloaterprofile.cpp
|
||||
|
|
@ -1698,10 +1698,6 @@ configure_file(
|
|||
list(APPEND viewer_HEADER_FILES ${CMAKE_CURRENT_BINARY_DIR}/fsversionvalues.h)
|
||||
# </FS:TS>
|
||||
|
||||
# <FS:Beq> Performance stast support
|
||||
list(APPEND viewer_SOURCE_FILES fsperfstats.cpp)
|
||||
list(APPEND viewer_HEADER_FILES fsperfstats.h)
|
||||
# </FS:Beq>
|
||||
source_group("CMake Rules" FILES ViewerInstall.cmake)
|
||||
|
||||
#build_data.json creation moved to viewer_manifest.py MAINT-6413
|
||||
|
|
|
|||
Loading…
Reference in New Issue