File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ src/goto-analyzer/taint_driver_scripts/.idea/*
13
13
/* .idea
14
14
/* .includes
15
15
# Eclipse
16
- src / .cproject
17
- src / .project
18
- src / .settings / *
16
+ .cproject
17
+ .project
18
+ .settings
19
19
# Visual Studio
20
20
Debug /*
21
21
Release /*
Original file line number Diff line number Diff line change @@ -286,6 +286,13 @@ To work with Eclipse, do the following:
286
286
5. Click "Finish"
287
287
6. Select Project -> Build All
288
288
289
+ You can also select the repository's root folder as the "Existing Code
290
+ Location". This has the advantage that you can build both CBMC and JBMC without
291
+ the need to integrate JBMC as a separate project. Be aware that you need to
292
+ change the build location (Select project in Eclipse -> Properties -> C/C++
293
+ Build) to one of the src directories.
294
+
295
+
289
296
# OPTIONS AND VARIABLES
290
297
291
298
## Compiling with CUDD
You can’t perform that action at this time.
0 commit comments