Opened 14 years ago
Closed 14 years ago
#395 closed enhancement (done)
Various CMAKE enhancements
Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.3 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description (last modified by )
395.patches consists of the following changesets.
Create and install lemon.pc, for completeness, see #393
The deafult target doesn't build lp_test and mip_test, for completeness, see #388
Full path for DoxygenLayout.xml in Doxyfile.in, so that it will work with external build (which is strongly suggested with CMAKE).
SOURCE_BROWSER Doxygen switch is configurable from CMAKE. This option includes a syntax highlighted and cross linked copy of the source files into the doc. A useful option but it makes the doc much larger and it will takes more time to build the doc.
update-external-tags CMAKE target. Similar to what we have for the autotool, this target download the libstdc++ tags file from the gnu site.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | 395.patches added |
---|
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Resolution: | → done |
---|---|
Status: | new → closed |
Everything here has gone to the main branch.