summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/assimp/CMakeLists.txt
blob: 18bb83d561b30b14de7e4b9651ca4a2fbef9ffec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Generated from assimp.pro.

#####################################################################
## AssimpSceneImportPlugin Plugin:
#####################################################################

qt_internal_add_plugin(AssimpSceneImportPlugin
    OUTPUT_NAME assimpsceneimport
    PLUGIN_TYPE sceneparsers
    EXCEPTIONS # special case
    SOURCES
        assimphelpers.cpp assimphelpers.h
        assimpimporter.cpp assimpimporter.h
        main.cpp
    LIBRARIES
        Qt::3DAnimation
        Qt::3DCore
        Qt::3DCorePrivate
        Qt::3DExtras
        Qt::3DRender
        Qt::3DRenderPrivate
        Qt::Core
        Qt::CorePrivate
        Qt::Gui
)

#### Keys ignored in scope 1:.:.:assimp.pro:<TRUE>:
# DISTFILES = "assimp.json"

## Scopes:
#####################################################################
include(../../../3rdparty/assimp/assimp.cmake)
qt3d_extend_target_for_assimp(AssimpSceneImportPlugin)