aboutsummaryrefslogtreecommitdiffstats
path: root/tests/otherbinding/other-binding.xml.in
blob: 446049ac7f11c647f11f6254de55892ef452964a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<generator-project>
    <generator-set generator="@generators_BINARY_DIR@/shiboken_generator@CMAKE_RELEASE_POSTFIX@@CMAKE_DEBUG_POSTFIX@@CMAKE_SHARED_LIBRARY_SUFFIX@" />

    <header-file location="@CMAKE_CURRENT_SOURCE_DIR@/global.h" />
    <typesystem-file location="@other_TYPESYSTEM@" />

    <output-directory location="@CMAKE_CURRENT_BINARY_DIR@" />

    <include-paths>
        <path location="@libother_SOURCE_DIR@" />
        <path location="@libsample_SOURCE_DIR@" />
        <path location="@libsample_SOURCE_DIR@/.." />
    </include-paths>
    <typesystem-paths>
        <path location="@CMAKE_CURRENT_SOURCE_DIR@" />
        <path location="@sample_SOURCE_DIR@" />
    </typesystem-paths>

    <enable-parent-ctor-heuristic />

</generator-project>