We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8e451 commit 661e968Copy full SHA for 661e968
ospx/settings.json
@@ -1,22 +1,22 @@
1
{
2
"root": "epf",
3
"include": [
4
- "features",
5
- "lib",
6
"plugins",
7
- "tests",
8
"tools/epf",
+ "tests",
+ "lib",
+ "features",
9
"vendor"
10
],
11
"opm_build": [
12
- "features/libraries",
+ "plugins",
13
+ "tests/smoke",
14
+ "tools/epf",
15
"lib/featurereader",
16
+ "features/libraries",
17
// "lib/TemplateEpfUF",
18
// "lib/TemplateEpf",
19
"lib/video",
- "plugins",
- "tests/smoke",
- "tools/epf",
20
21
22
"opm_build_exclude": [
0 commit comments