aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/CMakeLists.txt
blob: 6e436ee1fdb9f760c03ed68d3cf3a45f49495235 (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
project(libsample)

set(libsample_SRC
abstract.cpp
blackbox.cpp
bytearray.cpp
bucket.cpp
collector.cpp
complex.cpp
ctparam.cpp
onlycopy.cpp
derived.cpp
derivedusingct.cpp
echo.cpp
exceptiontest.cpp
functions.cpp
handle.cpp
implicitconv.cpp
intwrapper.cpp
injectcode.cpp
listuser.cpp
modifications.cpp
mapuser.cpp
modified_constructor.cpp
multiple_derived.cpp
oddbool.cpp
objectmodel.cpp
objecttype.cpp
objecttypeholder.cpp
objecttypelayout.cpp
objecttypeoperators.cpp
objectview.cpp
overload.cpp
overloadsort.cpp
pairuser.cpp
pen.cpp
photon.cpp
point.cpp
pointf.cpp
polygon.cpp
protected.cpp
reference.cpp
renaming.cpp
sample.cpp
samplenamespace.cpp
sbkdate.cpp
simplefile.cpp
size.cpp
snakecasetest.cpp
sometime.cpp
str.cpp
strlist.cpp
templateptr.cpp
transform.cpp
typesystypedef.cpp
virtualmethods.cpp
expression.cpp
filter.cpp
)

add_library(libsample SHARED ${libsample_SRC})
target_include_directories(libsample PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
target_compile_definitions(libsample PRIVATE LIBSAMPLE_BUILD)
set_property(TARGET libsample PROPERTY PREFIX "")