summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPWriter.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-03-04 19:14:41 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-03-04 19:14:41 (GMT)
commit076aafe79ad6272c5de826394ef4d2c872257cbe (patch)
tree5e031706fecc400e6543070ffb599a4a64b8be68 /Source/cmDSPWriter.h
parent42c56a7cc7f4a8c301b04d55be86195ab8ac4339 (diff)
downloadCMake-076aafe79ad6272c5de826394ef4d2c872257cbe.zip
CMake-076aafe79ad6272c5de826394ef4d2c872257cbe.tar.gz
CMake-076aafe79ad6272c5de826394ef4d2c872257cbe.tar.bz2
ENH: add file specific compile flags
Diffstat (limited to 'Source/cmDSPWriter.h')
-rw-r--r--Source/cmDSPWriter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDSPWriter.h b/Source/cmDSPWriter.h
index 7e0ea07..3e7f535 100644
--- a/Source/cmDSPWriter.h
+++ b/Source/cmDSPWriter.h
@@ -79,7 +79,8 @@ private:
const char* source,
const char* command,
const std::set<std::string>& depends,
- const std::set<std::string>& outputs);
+ const std::set<std::string>& outputs,
+ const char* flags);
std::string CreateTargetRules(const cmTarget &target,
const char *libName);