summaryrefslogtreecommitdiffstats
path: root/src/libvpsc/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put adaptagrams into its own folderMarc Jeanmougin2018-04-291-28/+0
|
* Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; ↵Sylvain Chiron2017-07-011-8/+9
| | | | | | changed the code to match the new API Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
* remove files that interface through C with libvpsc, we are using C++ so...Johan B. C. Engelen2014-03-231-2/+0
| | | (bzr r13191)
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-051-29/+29
| | | (bzr r10417)
* cmake:Campbell Barton2011-06-131-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)
* cmake:Campbell Barton2011-06-131-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)
* 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-12/+13
| | | | | | - 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-8/+10
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: more fixs for C internal libsJoshua L. Blocher2008-04-071-0/+11
(bzr r5358)