~openmw/openmw/openmw-packaging2

« back to all changes in this revision

Viewing changes to apps/opencs/CMakeLists.txt

  • Committer: Scott Howard
  • Date: 2016-04-16 07:00:56 UTC
  • Revision ID: showard@debian.org-20160416070056-v6l5thn424is72s4
Cron update. Git hash: 1f7a547

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    universalid record commands columnbase columnimp scriptcontext cell refidcollection
27
27
    refidadapter refiddata refidadapterimp ref collectionbase refcollection columns infocollection tablemimedata cellcoordinates cellselection resources resourcesmanager scope
28
28
    pathgrid landtexture land nestedtablewrapper nestedcollection nestedcoladapterimp nestedinfocollection
29
 
    idcompletionmanager metadata
 
29
    idcompletionmanager metadata defaultgmsts infoselectwrapper commandmacro
30
30
    )
31
31
 
32
32
opencs_hdrs_noqt (model/world
35
35
 
36
36
 
37
37
opencs_units (model/tools
38
 
    tools reportmodel mergeoperation 
 
38
    tools reportmodel mergeoperation
39
39
    )
40
40
 
41
41
opencs_units_noqt (model/tools
42
42
    mandatoryid skillcheck classcheck factioncheck racecheck soundcheck regioncheck
43
43
    birthsigncheck spellcheck referencecheck referenceablecheck scriptcheck bodypartcheck
44
44
    startscriptcheck search searchoperation searchstage pathgridcheck soundgencheck magiceffectcheck
45
 
    mergestages
 
45
    mergestages gmstcheck topicinfocheck journalcheck
46
46
    )
47
47
 
48
48
opencs_hdrs_noqt (model/tools
85
85
 
86
86
opencs_units (view/render
87
87
    scenewidget worldspacewidget pagedworldspacewidget unpagedworldspacewidget
88
 
    previewwidget editmode instancemode
 
88
    previewwidget editmode instancemode instanceselectionmode instancemovemode
 
89
    orbitcameramode
89
90
    )
90
91
 
91
92
opencs_units_noqt (view/render
92
 
    lighting lightingday lightingnight
93
 
    lightingbright object cell terrainstorage tagbase cellarrow
 
93
    lighting lightingday lightingnight lightingbright object cell terrainstorage tagbase
 
94
    cellarrow cellmarker cellborder cameracontroller
94
95
    )
95
96
 
96
97
opencs_hdrs_noqt (view/render
97
 
    elements
 
98
    mask
98
99
    )
99
100
 
100
101
 
192
193
target_link_libraries(openmw-cs
193
194
    ${OSG_LIBRARIES}
194
195
    ${OPENTHREADS_LIBRARIES}
 
196
    ${OSGTEXT_LIBRARIES}
195
197
    ${OSGUTIL_LIBRARIES}
196
198
    ${OSGVIEWER_LIBRARIES}
197
199
    ${OSGGA_LIBRARIES}
198
200
    ${OSGFX_LIBRARIES}
199
 
    ${OSGQT_LIBRARIES}
 
201
    ${EXTERN_OSGQT_LIBRARY}
200
202
    ${Boost_SYSTEM_LIBRARY}
201
203
    ${Boost_FILESYSTEM_LIBRARY}
202
204
    ${Boost_PROGRAM_OPTIONS_LIBRARY}
215
217
    endif()
216
218
else()
217
219
    qt5_use_modules(openmw-cs Widgets Core Network OpenGL)
218
 
    if (WIN32)
219
 
        target_link_libraries(Qt5::WinMain)
220
 
    endif()
221
220
endif()
222
221
 
223
222
if (WIN32)