File tree 2 files changed +0
-19
lines changed
2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,8 @@ list(APPEND sources ${CBMC_SOURCE_DIR}/../unit/unit_tests.cpp)
4
4
file (GLOB_RECURSE java-testing_utils "java-testing-utils/*.cpp" "java-testing-utils/*.h" )
5
5
6
6
list (REMOVE_ITEM sources
7
- # Don't build
8
- ${CMAKE_CURRENT_SOURCE_DIR} /sharing_map.cpp
9
- ${CMAKE_CURRENT_SOURCE_DIR} /elf_reader.cpp
10
- ${CMAKE_CURRENT_SOURCE_DIR} /smt2_parser.cpp
11
- ${CMAKE_CURRENT_SOURCE_DIR} /json.cpp
12
- ${CMAKE_CURRENT_SOURCE_DIR} /cpp_parser.cpp
13
- ${CMAKE_CURRENT_SOURCE_DIR} /osx_fat_reader.cpp
14
- ${CMAKE_CURRENT_SOURCE_DIR} /unicode.cpp
15
- ${CMAKE_CURRENT_SOURCE_DIR} /wp.cpp
16
- ${CMAKE_CURRENT_SOURCE_DIR} /cpp_scanner.cpp
17
- ${CMAKE_CURRENT_SOURCE_DIR} /float_utils.cpp
18
- ${CMAKE_CURRENT_SOURCE_DIR} /ieee_float.cpp
19
-
20
7
# Will be built into a separate library and linked
21
8
${java-testing_utils}
22
-
23
- # Intended to fail to compile
24
- ${CMAKE_CURRENT_SOURCE_DIR} /util/expr_cast/expr_undefined_casts.cpp
25
9
)
26
10
27
11
add_subdirectory (java-testing-utils)
Original file line number Diff line number Diff line change 2
2
file (GLOB_RECURSE sources "*.cpp" "*.h" )
3
3
list (REMOVE_ITEM sources
4
4
${CMAKE_CURRENT_SOURCE_DIR} /goto_instrument_main.cpp
5
-
6
- # This doesn't build
7
- ${CMAKE_CURRENT_SOURCE_DIR} /accelerate/linearize.cpp
8
5
)
9
6
add_library (goto-instrument-lib ${sources} )
10
7
You can’t perform that action at this time.
0 commit comments