summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake:Campbell Barton2011-06-131-29/+0
| | | | | | | 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)
* work in progress cmake commit:Campbell Barton2011-06-121-29/+27
| | | | | | - 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)
* fix cmakelist for renameJohan B. C. Engelen2010-02-251-1/+1
| | | (bzr r9101.1.24)
* initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ↵Johan B. C. Engelen2010-02-201-0/+1
| | | | | file. implementation of renderer is all that is left to do :) (bzr r9101.1.2)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-5/+0
| | | (bzr r7078)
* add placeholder for expert contributorsBob Jamison2008-07-301-0/+1
| | | (bzr r6474)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-26/+1
| | | (bzr r6046)
* Cmake: Fix some double linking flagsJoshua L. Blocher2008-05-031-2/+29
| | | (bzr r5584)
* Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscapeJoshua L. Blocher2008-04-161-1/+6
| | | (bzr r5454)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-13/+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)
* Adjustments to the lib directory Cmake filesJoshua L. Blocher2008-03-301-0/+13
| | | (bzr r5250)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+27
(bzr r5206)