mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #19 from jonas-semmle/test-eclipse-project
C++: Create Eclipse project for cpp/ql/test/
This commit is contained in:
12
cpp/ql/test/.project
Normal file
12
cpp/ql/test/.project
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>semmlecode-cpp-tests</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>com.semmle.plugin.qdt.core.qlnature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
||||||
10
cpp/ql/test/.qlpath
Normal file
10
cpp/ql/test/.qlpath
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<ns2:qlpath xmlns:ns2="https://semmle.com/schemas/qlpath">
|
||||||
|
<librarypath>
|
||||||
|
<path kind="WORKSPACE">/semmlecode-cpp-queries</path>
|
||||||
|
</librarypath>
|
||||||
|
<dbscheme kind="WORKSPACE">/semmlecode-cpp-queries/semmlecode.cpp.dbscheme</dbscheme>
|
||||||
|
<defaultImports>
|
||||||
|
<defaultImport>cpp</defaultImport>
|
||||||
|
</defaultImports>
|
||||||
|
</ns2:qlpath>
|
||||||
Reference in New Issue
Block a user