Skip to content

Commit

Permalink
move .cquery to root
Browse files Browse the repository at this point in the history
  • Loading branch information
shomasd committed Apr 30, 2019
1 parent 3034615 commit 0fb6313
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 18 additions & 0 deletions .cquery
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
clang
%c -std=c11
%cpp -std=c++11
-pthread

# Includes
-I./src
-I./src/element/re2c
-I./src/element
-I./src/ext
-I./src/ffi
-I./src/loader
-I./src/test
-I./src/verifier
-I./src/verifier/mem_encode
-I./src/vm
-I./src/vm/interpret

18 changes: 0 additions & 18 deletions src/.cquery

This file was deleted.

0 comments on commit 0fb6313

Please sign in to comment.