summaryrefslogtreecommitdiffstats
path: root/src/trace/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove HAVE_POTRACEMarc Jeanmougin2019-08-221-4/+0
|
* new trace Dialog - initial implementationMarc Jeanmougin2019-08-211-0/+2
|
* 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
* add autotrace basic supportMarc Jeanmougin2018-09-131-0/+2
|
* Fix CMake buildAlex Valavanis2015-11-121-0/+3
| | | (bzr r14449.1.6)
* Add CMake check for Potrace from OSP: http://goo.gl/AEzbkQAlex Valavanis2015-11-091-17/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1156664 (bzr r14449.1.3)
* cmake: Add some missing header files to CMakeLists.txtBryce Harrington2015-06-081-0/+1
| | | | | These were found by running cmake_consistency_check.py (bzr r14198)
* cmake:Campbell Barton2011-06-131-1/+24
| | | | | | | - 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-4/+9
| | | | | | | 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-3/+4
| | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* work in progress cmake commit:Campbell Barton2011-06-121-9/+9
| | | | | | - 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/+3
| | | | | reduce linking stage command for windows. (bzr r7100)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-7/+0
| | | (bzr r6046)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-9/+0
| | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-23/+23
| | | (bzr r5379)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-301-0/+24
minimal checking was done with existing Makefile_insert (bzr r5241)