Skip to content

Commit

Permalink
add lgtm.com config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Feb 23, 2021
1 parent a5d43a6 commit 40894df
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
extraction:
exclude:
- 3rdparty
- apps
cpp:
prepare:
packages:
- "build-essential"
- "pkg-config"
- "cmake"
- "libwxgtk3.0-dev"
- "libwxgtk3.0-gtk3-dev"
- "libopencv-dev"
- "libeigen3-dev"
- "libgtest-dev"
- "libftdi-dev"
- "freeglut3-dev"
- "zlib1g-dev"
- "libusb-1.0-0-dev"
- "libudev-dev"
- "libfreenect-dev"
- "libdc1394-22-dev"
- "libavformat-dev"
- "libswscale-dev"
- "libassimp-dev"
- "libjpeg-dev"
- "libsuitesparse-dev"
- "libpcap-dev"
- "liboctomap-dev"
- "libglfw3-dev"
configure:
command: "cmake -S . -B . -DBUILD_APPLICATIONS=OFF"

0 comments on commit 40894df

Please sign in to comment.