summaryrefslogtreecommitdiffstats
path: root/src/libgdl/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable GTK+ 2 support and delete internal copy of GDLAlex Valavanis2016-07-271-50/+0
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1424830 - https://launchpad.net/bugs/1606558 (bzr r15023.2.1)
* add gtk3 experimental support in CMakeShlomi Fish2015-10-261-42/+45
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430)
* Fix CMake for GDL. Thanks to Samual Buttigieg for patchAlex Valavanis2012-01-031-2/+0
| | | (bzr r10833)
* update cmake for new filesCampbell Barton2011-07-131-5/+5
| | | (bzr r10447)
* cmake:Campbell Barton2011-06-131-1/+23
| | | | | | | - 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:Campbell Barton2011-06-131-3/+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-25/+26
| | | | | | - 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/+4
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-36/+19
| | | (bzr r6046)
* Cmake: more fixs for C internal libsJoshua L. Blocher2008-04-071-4/+8
| | | (bzr r5358)
* Adjustments to the lib directory Cmake filesJoshua L. Blocher2008-03-301-1/+1
| | | (bzr r5250)
* add *.c to libcroco/CMakeFile and libgdl/CMakeFileJohan B. C. Engelen2008-03-301-0/+16
| | | (bzr r5248)
* add CMakeFiles for libcroco, libgdl, libnr, libnrtype.Johan B. C. Engelen2008-03-301-0/+22
(bzr r5247)