summaryrefslogtreecommitdiffstats
path: root/src/libavoid/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-29Put adaptagrams into its own folderMarc Jeanmougin1-58/+0
2017-07-01Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵Sylvain Chiron1-0/+21
changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
2011-06-13cmake:Campbell Barton1-1/+20
- 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:Campbell Barton1-2/+2
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-18/+17
- 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-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan1-0/+2
(bzr r8855)
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher1-0/+2
sub-libs of inkscape. (bzr r7120)
2008-06-14Cmake: fix config.h not being foundJoshua L. Blocher1-15/+0
(bzr r5944)
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-30/+30
(bzr r5379)
2008-03-30Adjustments to the lib directory Cmake filesJoshua L. Blocher1-1/+1
(bzr r5250)
2008-03-30add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen1-0/+30
(bzr r5245)