| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001798 | Insight Software Consortium | | public | 2005-04-26 13:38 | 2006-08-02 06:28 |
|
| Reporter | Joey Mukherjee | |
| Assigned To | Lisa Ice | |
| Priority | low | Severity | feature | Reproducibility | always |
| Status | assigned | Resolution | won't fix | |
| Platform | | OS | | OS Version | |
|
| Summary | 0001798: Build shared/static library from same CMakeLists.txt |
| Description | The ADD_LIBRARY keyword should allow building a shared and static library at the same time, even if it has to compile it twice. Both aap and scons work like this and it seems intuitive. I would like to define :
ADD_LIBRARY (ant STATIC ${libant_SRCS})
ADD_LIBRARY (ant SHARED ${libant_SRCS})
in my CMakeLists.txt and have it "just work". |
| Tags | No tags attached. |
|
| Attached Files | |
|