summaryrefslogtreecommitdiffstats
path: root/src/debug/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-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
2011-06-13cmake:Campbell Barton1-1/+16
- group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
2011-06-13cmake: now builds without having most of the source listed in 1 file.Campbell Barton1-1/+2
(bzr r10278)
2011-06-13cmake:Campbell Barton1-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)
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton1-2/+2
cake keyword, and also dont mix up dor names with libs. (bzr r10274)
2011-06-12work in progress cmake commit:Campbell Barton1-11/+12
- 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)
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher1-1/+3
sub-libs of inkscape. (bzr r7120)
2009-01-09Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher1-1/+1
reduce linking stage command for windows. (bzr r7100)
2008-07-08instrument event latencyMenTaLguY1-0/+1
(bzr r6231)
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-10/+0
(bzr r6046)
2008-04-10process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike1-1/+1
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)
2008-03-30Cmake: Updating src CMakeLists soucre list.Joshua L. Blocher1-1/+0
(bzr r5262)
2008-03-27Cmake Build system - Initial commit.Joshua L. Blocher1-0/+20
(bzr r5206)