summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/CMakeLists.txt
blob: 462a849430c32a47fb95673db22329f2e5c004e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Generated from benchmarks.pro.

if(NOT QT_FEATURE_qt3d_extras)
    return()
endif()

add_subdirectory(core)
if(QT_FEATURE_qt3d_render)
# Disabled temporarily as some benchmarks fail to build on Mac
#    add_subdirectory(render)
endif()