summaryrefslogtreecommitdiffstats
path: root/src/util/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove unused filter-list.h header.Emmanuel Gil Peyrot2018-10-191-1/+0
|
* Remove unused map-list.h header.Emmanuel Gil Peyrot2018-10-191-1/+0
|
* Remove unused function.h header.Emmanuel Gil Peyrot2018-10-191-1/+0
|
* Remove unused tuple.h header.Emmanuel Gil Peyrot2018-10-191-1/+0
|
* Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot2018-10-181-1/+0
|
* Remove unused util/compose.hppStefano Facchini2017-10-191-1/+0
|
* Remove unused util/accumulators.hStefano Facchini2017-10-191-1/+0
|
* Remove unused header file.Tavmjong Bah2015-12-091-1/+0
| | | (bzr r14522)
* Collect util/ into a static libraryLiam P. White2015-02-251-3/+2
| | | (bzr r13948)
* Update CMake FilesCampbell Barton2014-04-271-0/+2
| | | (bzr r13313)
* fix cmake build errors for changes in 2geomJohan B. C. Engelen2014-04-041-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1283174 (bzr r13267)
* added missing headerCampbell Barton2011-07-021-0/+3
| | | (bzr r10397)
* cmake:Campbell Barton2011-06-131-1/+31
| | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
* cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
| | | (bzr r10278)
* cmake:Campbell Barton2011-06-131-2/+1
| | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-2/+2
| | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* work in progress cmake commit:Campbell Barton2011-06-121-6/+10
| | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+1
| | | | | reduce linking stage command for windows. (bzr r7100)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-1/+0
| | | (bzr r7078)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-15/+1
| | | (bzr r6046)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-18/+18
| | | (bzr r5379)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-301-0/+19
minimal checking was done with existing Makefile_insert (bzr r5241)