MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001740 | CMake | public | 2005-04-04 18:09 | 2005-04-05 10:20 | |
Reporter | Anton Deguet | ||||
Assigned To | Bill Hoffman | ||||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001740: Add dependencies on files included by SWIG interface | ||||
Description | When one uses SWIG to create a library, CMake is able to maintain the dependency on the interface file itself but it doesn't maintain the dependencies on the files included in the interface file (i.e. files included with %include or %import). SWIG provides an option to generate a list of dependencies (-MM I believe) in Make format: target: dep1 \ dep2 \ dep3 .... Is there anyway to use this file as an input for CMake to maintain all the dependencies? PS: This feature might require a recent SWIG (1.3.22 and higher). | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change |
Notes | |||||
|
|||||
|
|