aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/common/.prev_CMakeLists.txt
blob: d27cc16616a34d1c2c330ce31c062db3bb8680e3 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Generated from common.pro.

#####################################################################
## common Generic Library:
#####################################################################

qt_add_cmake_library(common
    STATIC
    EXCEPTIONS
    OUTPUT_DIRECTORY "${QT_BUILD_DIR}/lib"
    SOURCES
        ../include/LTKCaptureDevice.h
        ../include/LTKChannel.h
        ../include/LTKClassifierDefaults.h
        ../include/LTKErrorsList.h
        ../include/LTKException.h
        ../include/LTKInc.h
        ../include/LTKLipiEngineInterface.h
        ../include/LTKLogger.h
        ../include/LTKLoggerInterface.h
        ../include/LTKMacros.h
        ../include/LTKOSUtil.h
        ../include/LTKOSUtilFactory.h
        ../include/LTKPreprocDefaults.h
        ../include/LTKPreprocessor.h
        ../include/LTKPreprocessorInterface.h
        ../include/LTKRecognitionContext.h
        ../include/LTKRefCountedPtr.h
        ../include/LTKScreenContext.h
        ../include/LTKShapeFeatureMacros.h
        ../include/LTKShapeRecoConfig.h
        ../include/LTKShapeRecoEngine.h
        ../include/LTKShapeRecoResult.h
        ../include/LTKShapeRecoUtil.h
        ../include/LTKShapeRecognizer.h
        ../include/LTKTrace.h
        ../include/LTKTraceFormat.h
        ../include/LTKTraceGroup.h
        ../include/LTKTypes.h
        ../include/LTKWordRecoConfig.h
        ../include/LTKWordRecoResult.h
        ../include/LTKWordRecognizer.h
        LTKCaptureDevice.cpp
        LTKChannel.cpp
        LTKException.cpp
        LTKScreenContext.cpp
        LTKTrace.cpp
        LTKTraceFormat.cpp
        LTKTraceGroup.cpp
    INCLUDE_DIRECTORIES
        ../include
        ../util/lib
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
)
qt_disable_warnings(common)

## Scopes:
#####################################################################

qt_extend_target(common CONDITION NOT LIPILIBS_ISEMPTY
    PUBLIC_LIBRARIES
        # Remove: L/lib
)