View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001740CMakepublic2005-04-04 18:092005-04-05 10:20
ReporterAnton Deguet 
Assigned ToBill Hoffman 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001740: Add dependencies on files included by SWIG interface
DescriptionWhen 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).
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0002272)
Bill Hoffman (manager)
2005-04-05 10:20

Duplicate with 1731

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team