summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Correctly justify Unicode characters in terminalKan-Ru Chen (陳侃如)2014-02-131-1/+2
| | | | | | | Many Unicode characters take more spaces than one ASCII character. For example, Chinese characters are two characters wide when using monospace font in terminal. This patch use wcwidth of Markus Kuhn to count the correct width for justification.
* Correctly set runtime path on Linux on installAlexis Hildebrandt2014-02-031-1/+1
|
* python module file suffix is platform dependentJohann Klähn2014-02-011-3/+13
|
* Fix shared library and python moduleAlexis Hildebrandt2014-02-011-3/+12
| | | | | Conflicts: src/CMakeLists.txt
* no RENAME option on older CMake versionsJohann Klähn2014-02-011-2/+9
| | | | | The RENAME option for install(TARGETS ...) does not seem to be available on all CMake versions.
* build shared library/python module, clean up CMakeJohann Klähn2014-02-011-15/+33
| | | | | libledger will now be built as a shared library. You can 'import ledger' from python IFF you copy libledger.so to ledger.so or create a symlink.
* Build and shared python moduleAlexis Hildebrandt2014-01-271-0/+9
| | | when building library
* Source changes needed for Microsoft Visual C++ compatibility.Tim Crews2013-06-141-1/+3
| | | | Includes an implementation of strptime, compiled only for Win32 platform.
* Add -Wno-disabled-macro-expansionJohn Wiegley2013-05-191-0/+1
|
* Also using Clang's PCH with my "cxx" compilerJohn Wiegley2012-05-271-1/+1
|
* Make profiling builds work with ClangJohn Wiegley2012-05-201-1/+0
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-0/+261