summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cmake: Fix ~PedroGui function being defined multiple timesJoshua L. Blocher2008-05-061-1/+1
| | | (bzr r5612)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-061-5/+8
| | | (bzr r5611)
* Cmake: Moved helper macros to their own file and removed *-test.h from ↵Joshua L. Blocher2008-05-051-113/+95
| | | | | inkscape source list (bzr r5608)
* Cmake: Fix some double linking flagsJoshua L. Blocher2008-05-031-4/+4
| | | (bzr r5584)
* Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵Joshua L. Blocher2008-05-021-14/+2
| | | | | Linking checking to help resolve linking issues (bzr r5576)
* Cmake: Fixed optional dependency linkingJoshua L. Blocher2008-04-281-3/+6
| | | (bzr r5539)
* Cmake: Fixed issues with pedro not linking correctlyJoshua L. Blocher2008-04-281-206/+511
| | | (bzr r5534)
* Cmake: added livarot as a lib, fixes problem with linkingJoshua L. Blocher2008-04-271-2/+3
| | | (bzr r5532)
* cmake: copy over excluded dirs from build.xmlJohan B. C. Engelen2008-04-161-3/+3
| | | (bzr r5457)
* Cmake: Add simple CMakeLists.txt for 2geom and linking to inkscapeJoshua L. Blocher2008-04-161-3/+4
| | | (bzr r5454)
* cmake: exclude some files that are also excluded from build in build.xmlJohan B. C. Engelen2008-04-101-1/+2
| | | (bzr r5400)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-69/+90
| | | | | | | 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)
* cmake: convert more files to svn native eol style. i think only subdirs to ↵Johan B. C. Engelen2008-04-071-297/+297
| | | | | go now. (bzr r5376)
* Cmake: Added internal link librariesJoshua L. Blocher2008-04-061-1/+1
| | | (bzr r5357)
* CMake build workAaron Spike2008-04-061-20/+9
| | | | | | | - Comment inkview.cpp because it is another executable file. These will each need to be separated into their own targets. - Move deptool.cpp into win32 only. perhaps this isn't used at all for cmake builds. - aggregate all the link flags into a var and pass to the linker to avoid platform specific naming conventions. (bzr r5356)
* Cmake: Added link librariesJoshua L. Blocher2008-04-061-1/+16
| | | (bzr r5355)
* Cmake: Fix registrytool.cpp to compile on windows onlyJoshua L. Blocher2008-04-051-1/+8
| | | (bzr r5354)
* Cmake: add source directories to src/CMakeLists.txtJoshua L. Blocher2008-04-021-4/+10
| | | (bzr r5306)
* Cmake: Random fixesJoshua L. Blocher2008-04-011-1/+0
| | | (bzr r5287)
* Cmake: added more Platform File ChecksJoshua L. Blocher2008-03-311-1/+1
| | | (bzr r5273)
* Cmake: Start of Platform ChecksJoshua L. Blocher2008-03-311-0/+1
| | | (bzr r5269)
* Cmake:Adding Source Files to the CMakeLists.txt in src directoryJoshua L. Blocher2008-03-311-0/+4
| | | (bzr r5267)
* Cmake: Updating src CMakeLists soucre list.Joshua L. Blocher2008-03-301-1/+16
| | | (bzr r5262)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+262
(bzr r5206)