summaryrefslogtreecommitdiff
path: root/Source/bindexplib.h
diff options
context:
space:
mode:
authorBertrand Bellenot <Bertrand.Bellenot@cern.ch>2016-12-09 11:22:23 +0000
committerBrad King <brad.king@kitware.com>2017-03-21 10:02:33 -0400
commit845c482448e5b60f4934a48eea9c8c1e466f8fea (patch)
tree84e3174d3516bd1efd4986e7c238ca636fa8b911 /Source/bindexplib.h
parent4f90e7931487195b5d540fbaa5dad1c90b26cee1 (diff)
downloadcmake-845c482448e5b60f4934a48eea9c8c1e466f8fea.tar.gz
bindexplib: Add method for parsing and integrating `.def` files
Diffstat (limited to 'Source/bindexplib.h')
-rw-r--r--Source/bindexplib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/bindexplib.h b/Source/bindexplib.h
index d6900ba88b..7f0615f5da 100644
--- a/Source/bindexplib.h
+++ b/Source/bindexplib.h
@@ -13,6 +13,7 @@ class bindexplib
{
public:
bindexplib() {}
+ bool AddDefinitionFile(const char* filename);
bool AddObjectFile(const char* filename);
void WriteFile(FILE* file);
private: