about summary refs log tree commit diff homepage
path: root/lib/Basic/CMakeLists.txt
blob: 13f76d421ae12f707edb6182a0c2882fd00f7c10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#===------------------------------------------------------------------------===#
#
#                     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(kleeBasic
	CmdLineOptions.cpp
	ConstructSolverChain.cpp
	KTest.cpp
	Statistics.cpp
)