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 f854c3f commit 35a5002Copy full SHA for 35a5002
binding.gyp
@@ -15,7 +15,13 @@
15
"<!@(ls -1 deps/libhdt/src/rdf/*.cpp)",
16
"<!@(ls -1 deps/libhdt/src/sequence/*.cpp)",
17
"<!@(ls -1 deps/libhdt/src/triples/*.cpp)",
18
- "<!@(ls -1 deps/libhdt/src/util/*.cpp)",
+ "<!@(ls -1 deps/libhdt/src/util/bitutil.cpp)",
19
+ "<!@(ls -1 deps/libhdt/src/util/crc16.cpp)",
20
+ "<!@(ls -1 deps/libhdt/src/util/crc32.cpp)",
21
+ "<!@(ls -1 deps/libhdt/src/util/crc8.cpp)",
22
+ "<!@(ls -1 deps/libhdt/src/util/fileUtil.cpp)",
23
+ "<!@(ls -1 deps/libhdt/src/util/filemap.cpp)",
24
+ "<!@(ls -1 deps/libhdt/src/util/propertyutil.cpp)",
25
"<!@(ls -1 deps/libcds/src/static/bitsequence/*.cpp)",
26
"<!@(ls -1 deps/libcds/src/static/coders/*.cpp)",
27
"<!@(ls -1 deps/libcds/src/static/mapper/*.cpp)",
0 commit comments