blob: 4bf7ea7dd59b8401ea9b3ae5fedfd97fce872d93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#===------------------------------------------------------------------------===#
#
# The KLEE Symbolic Virtual Machine
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
klee_add_component(kleeSupport
CompressionStream.cpp
ErrorHandling.cpp
MemoryUsage.cpp
PrintVersion.cpp
RNG.cpp
Time.cpp
Timer.cpp
TreeStream.cpp
)
target_link_libraries(kleeSupport PRIVATE ${ZLIB_LIBRARIES})
|