File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Expand file tree Collapse file tree 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)
44file (GLOB_RECURSE java-testing_utils "java-testing-utils/*.cpp" "java-testing-utils/*.h" )
55
66list (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-
207 # Will be built into a separate library and linked
218 ${java-testing_utils}
22-
23- # Intended to fail to compile
24- ${CMAKE_CURRENT_SOURCE_DIR} /util/expr_cast/expr_undefined_casts.cpp
259)
2610
2711add_subdirectory (java-testing-utils)
Original file line number Diff line number Diff line change 22file (GLOB_RECURSE sources "*.cpp" "*.h" )
33list (REMOVE_ITEM sources
44 ${CMAKE_CURRENT_SOURCE_DIR} /goto_instrument_main.cpp
5-
6- # This doesn't build
7- ${CMAKE_CURRENT_SOURCE_DIR} /accelerate/linearize.cpp
85)
96add_library (goto-instrument-lib ${sources} )
107
You can’t perform that action at this time.
0 commit comments